]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/pnp.h
pnp: add a shutdown method to pnp drivers
[net-next-2.6.git] / include / linux / pnp.h
index b063c7328ba5b103b444fea061d07b7f55d24d03..fddfafaed0247318ca33482513c89fc7d6ef42ed 100644 (file)
@@ -360,6 +360,7 @@ struct pnp_driver {
        unsigned int flags;
        int (*probe) (struct pnp_dev *dev, const struct pnp_device_id *dev_id);
        void (*remove) (struct pnp_dev *dev);
+       void (*shutdown) (struct pnp_dev *dev);
        int (*suspend) (struct pnp_dev *dev, pm_message_t state);
        int (*resume) (struct pnp_dev *dev);
        struct device_driver driver;