diff options
Diffstat (limited to 'drivers/media/rc/rc-core-priv.h')
-rw-r--r-- | drivers/media/rc/rc-core-priv.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/media/rc/rc-core-priv.h b/drivers/media/rc/rc-core-priv.h index 5e80b4273e2d..e0e6a17460f6 100644 --- a/drivers/media/rc/rc-core-priv.h +++ b/drivers/media/rc/rc-core-priv.h | |||
@@ -118,6 +118,12 @@ struct ir_raw_event_ctrl { | |||
118 | unsigned count; | 118 | unsigned count; |
119 | u32 durations[16]; | 119 | u32 durations[16]; |
120 | } xmp; | 120 | } xmp; |
121 | struct imon_dec { | ||
122 | int state; | ||
123 | int count; | ||
124 | int last_chk; | ||
125 | unsigned int bits; | ||
126 | } imon; | ||
121 | }; | 127 | }; |
122 | 128 | ||
123 | /* macros for IR decoders */ | 129 | /* macros for IR decoders */ |