提交 2915e5ef 编写于 作者: M Mauro Carvalho Chehab

V4L/DVB: ir-core: Add a macro to properly create IR tables

Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 945cdfa2
此差异已折叠。
......@@ -35,7 +35,8 @@ struct ir_scancode {
struct ir_scancode_table {
struct ir_scancode *scan;
int size;
u64 ir_type;
u64 ir_type;
char *name;
spinlock_t lock;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册