]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/media/ir-kbd-i2c.h
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[mv-sheeva.git] / include / media / ir-kbd-i2c.h
index 94a77b15a30a1e88be166e99ece0e03d14ba6909..3ad4ed5402fb8b6782ad6b1600f8dfdfd4394ea1 100644 (file)
@@ -19,4 +19,11 @@ struct IR_i2c {
        char                   phys[32];
        int                    (*get_key)(struct IR_i2c*, u32*, u32*);
 };
+
+/* Can be passed when instantiating an ir_video i2c device */
+struct IR_i2c_init_data {
+       IR_KEYTAB_TYPE         *ir_codes;
+       const char             *name;
+       int                    (*get_key)(struct IR_i2c*, u32*, u32*);
+};
 #endif