]> err.no Git - linux-2.6/blobdiff - include/asm-s390/ccwdev.h
[POWERPC] 4xx: Add 405GPr and 405EP support in boot wrapper
[linux-2.6] / 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;
 };