LIRC libraries
Linux Infrared Remote Control
Loading...
Searching...
No Matches
config_flags.h
Go to the documentation of this file.
1/****************************************************************************
2** config_flags.h ***********************************************************
3****************************************************************************
4*
5*/
6
12#ifndef _CONFIG_FLAGS_H
13#define _CONFIG_FLAGS_H
14
16struct flaglist {
17 char* name;
18 int flag;
19};
20
22extern const struct flaglist all_flags[];
23
24#endif
const struct flaglist all_flags[]
All flags i config file: Their name and mask.
Definition config_file.c:99
Description of flag to print.
char * name
Name of flag.
int flag
Flag bitmask.