V4L/DVB (5272): Add V4L2_CAP_VIDEO_OUTPUT_POS capability
[safe/jmp/linux-2.6] / include / linux / tifm.h
index e5a8295..3deb0a6 100644 (file)
@@ -101,6 +101,9 @@ struct tifm_driver {
        tifm_media_id        *id_table;
        int                  (*probe)(struct tifm_dev *dev);
        void                 (*remove)(struct tifm_dev *dev);
+       int                  (*suspend)(struct tifm_dev *dev,
+                                        pm_message_t state);
+       int                  (*resume)(struct tifm_dev *dev);
 
        struct device_driver driver;
 };