]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/platform_device.h
Implement new suspend and hibernation callbacks for platform busses
[linux-2.6-omap-h63xx.git] / include / linux / platform_device.h
index 3261681c82a45bb4ec68551bd6bb40bbef1935e3..95ac21ab3a092369f5f41537614eb9890161d70e 100644 (file)
@@ -53,6 +53,7 @@ struct platform_driver {
        int (*suspend_late)(struct platform_device *, pm_message_t state);
        int (*resume_early)(struct platform_device *);
        int (*resume)(struct platform_device *);
+       struct pm_ext_ops *pm;
        struct device_driver driver;
 };