]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/firewire.h
Merge tag 'asoc-v3.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
[karo-tx-linux.git] / include / linux / firewire.h
index 191501afd7fb040268496ea68a9e47e043bc906b..3b0e820375ab90c2e0f9a05ffaa94f7a36f76abd 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;
 };