ath10k: simplify HTC command submitting
[cascardo/linux.git] / include / linux / firewire.h
index 191501a..3b0e820 100644 (file)
@@ -251,8 +251,10 @@ struct ieee1394_device_id;
 
 struct fw_driver {
        struct device_driver driver;
+       int (*probe)(struct fw_unit *unit, const struct ieee1394_device_id *id);
        /* Called when the parent device sits through a bus reset. */
        void (*update)(struct fw_unit *unit);
+       void (*remove)(struct fw_unit *unit);
        const struct ieee1394_device_id *id_table;
 };