]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/asm-s390/ccwdev.h
Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6
[karo-tx-linux.git] / include / asm-s390 / ccwdev.h
index 8e961aa4b39484e3e108b22f3b9d0c910185dd24..066aa70518ce0b0c94e4d0380abd9940c520c02f 100644 (file)
@@ -102,6 +102,7 @@ struct ccw_device {
  * @set_online: called when setting device online
  * @set_offline: called when setting device offline
  * @notify: notify driver of device state changes
+ * @shutdown: called at device shutdown
  * @driver: embedded device driver structure
  * @name: device driver name
  */
@@ -113,6 +114,7 @@ struct ccw_driver {
        int (*set_online) (struct ccw_device *);
        int (*set_offline) (struct ccw_device *);
        int (*notify) (struct ccw_device *, int);
+       void (*shutdown) (struct ccw_device *);
        struct device_driver driver;
        char *name;
 };