commit | 1c0e0ee580c476234b5ea410f5263fcb27d96389 | [log] [tgz] |
---|---|---|
author | Jarod Wilson <[email protected]> | Fri Apr 16 18:27:58 2010 -0300 |
committer | Mauro Carvalho Chehab <[email protected]> | Wed May 19 12:57:40 2010 -0300 |
tree | 4d8096af517cecc799cb36e0794c3c481156ff6c | |
parent | d62e85a0949d2b899405a1ffbae06615227d4c97 [diff] |
V4L/DVB: ir-core: make ir_g_keycode_from_table a public function The imon driver I've previously submitted and have been porting to use ir-core needs to use ir_g_keycode_from_table, as ir_keydown is not sufficient, due to these things having really oddball hardware decoders in them. This just moves the function declaration from ir-core-priv.h over to ir-core.h. Signed-off-by: Jarod Wilson <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>