diff options
author | Andy Walls <awalls@radix.net> | 2009-09-27 19:05:23 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 15:40:21 -0500 |
commit | 1d23a002434802078d806ddc2937bd69bbbd6dc8 (patch) | |
tree | c3f2e5f6e9ca8bb191ebb6fc9cee901fa732f74d /include/media/ir-common.h | |
parent | f59ad611acccd4057b8e685c7fd5532ab1a17f66 (diff) |
V4L/DVB (13099): ir-functions: Export ir_rc5_decode() for use by the cx23885 module
Signed-off-by: Andy Walls <awalls@radix.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media/ir-common.h')
-rw-r--r-- | include/media/ir-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/ir-common.h b/include/media/ir-common.h index 29f0e53cff94..af3257e6b808 100644 --- a/include/media/ir-common.h +++ b/include/media/ir-common.h | |||
@@ -111,6 +111,7 @@ u32 ir_extract_bits(u32 data, u32 mask); | |||
111 | int ir_dump_samples(u32 *samples, int count); | 111 | int ir_dump_samples(u32 *samples, int count); |
112 | int ir_decode_biphase(u32 *samples, int count, int low, int high); | 112 | int ir_decode_biphase(u32 *samples, int count, int low, int high); |
113 | int ir_decode_pulsedistance(u32 *samples, int count, int low, int high); | 113 | int ir_decode_pulsedistance(u32 *samples, int count, int low, int high); |
114 | u32 ir_rc5_decode(unsigned int code); | ||
114 | 115 | ||
115 | void ir_rc5_timer_end(unsigned long data); | 116 | void ir_rc5_timer_end(unsigned long data); |
116 | void ir_rc5_timer_keyup(unsigned long data); | 117 | void ir_rc5_timer_keyup(unsigned long data); |