Commit 2915e5ef authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

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

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 945cdfa2
This diff is collapsed.
......@@ -36,6 +36,7 @@ struct ir_scancode_table {
struct ir_scancode *scan;
int size;
u64 ir_type;
char *name;
spinlock_t lock;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment