V4L/DVB (6251): Replace video-buf to a more generic approach
[deliverable/linux.git] / include / media / ir-kbd-i2c.h
index 00fa57eb9fde928fc04d440ae39cdde2205266ee..a455f7ce5ee8cbfdf423d4e5d0409b57954b7eb1 100644 (file)
@@ -19,4 +19,7 @@ struct IR_i2c {
        char                   phys[32];
        int                    (*get_key)(struct IR_i2c*, u32*, u32*);
 };
+
+int get_key_pinnacle_grey(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw);
+int get_key_pinnacle_color(struct IR_i2c *ir, u32 *ir_key, u32 *ir_raw);
 #endif
This page took 0.023427 seconds and 5 git commands to generate.