V4L/DVB: ir-core: Add a macro to properly create IR tables
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user