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.
...@@ -35,7 +35,8 @@ struct ir_scancode { ...@@ -35,7 +35,8 @@ struct ir_scancode {
struct ir_scancode_table { struct ir_scancode_table {
struct ir_scancode *scan; struct ir_scancode *scan;
int size; int size;
u64 ir_type; u64 ir_type;
char *name;
spinlock_t lock; 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