]> err.no Git - linux-2.6/blobdiff - drivers/ieee1394/hosts.h
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
[linux-2.6] / drivers / ieee1394 / hosts.h
index bc6dbfadb8914a751764a2704c9db751f63987f0..4bf4fb7f67b741dc12471c92f899aa433307ef13 100644 (file)
@@ -61,9 +61,9 @@ struct hpsb_host {
        struct device device;
        struct class_device class_dev;
 
-       int update_config_rom;
-       struct work_struct delayed_reset;
-       unsigned int config_roms;
+       struct delayed_work delayed_reset;
+       unsigned config_roms:31;
+       unsigned update_config_rom:1;
 
        struct list_head addr_space;
        u64 low_addr_space;     /* upper bound of physical DMA area */
@@ -200,7 +200,8 @@ struct hpsb_host_driver {
 struct hpsb_host *hpsb_alloc_host(struct hpsb_host_driver *drv, size_t extra,
                                  struct device *dev);
 int hpsb_add_host(struct hpsb_host *host);
-void hpsb_remove_host(struct hpsb_host *h);
+void hpsb_resume_host(struct hpsb_host *host);
+void hpsb_remove_host(struct hpsb_host *host);
 
 /* Updates the configuration rom image of a host.  rom_version must be the
  * current version, otherwise it will fail with return value -1. If this