V4L/DVB: ir-core: make ir_g_keycode_from_table a public function
authorJarod Wilson <jarod@redhat.com>
Fri, 16 Apr 2010 21:27:58 +0000 (18:27 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 19 May 2010 15:57:40 +0000 (12:57 -0300)
commit1c0e0ee580c476234b5ea410f5263fcb27d96389
tree4d8096af517cecc799cb36e0794c3c481156ff6c
parentd62e85a0949d2b899405a1ffbae06615227d4c97
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 <jarod@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/IR/ir-core-priv.h
include/media/ir-core.h