Go to the documentation of this file.
26 #define MRSYSTEM_CONFIG_FILE "/etc/mrsystem"
31 #define MRSYSTEM_CFG_PROTO_MOTOROLA 0x01
32 #define MRSYSTEM_CFG_PROTO_MFX 0x02
33 #define MRSYSTEM_CFG_PROTO_DCC 0x04
35 #define MRSYSTEM_CFG_SYSTEM_START "start"
36 #define MRSYSTEM_CFG_SYSTEM_STOP "stop"
37 #define MRSYSTEM_CFG_SYSTEM_HIDE "hide"
38 #define MRSYSTEM_CFG_SYSTEM_UNHIDE "unhide"
40 #define MRSYSTEM_CFG_SYNC_PERIODIC 0x01
41 #define MRSYSTEM_CFG_SYNC_KEYBD 0x02
42 #define MRSYSTEM_CFG_SYNC_LAYOUT 0x04
43 #define MRSYSTEM_CFG_SYNC_MEM 0x08
44 #define MRSYSTEM_CFG_SYNC_CONTR 0x10
46 #define DISABLE_WAKEUP_S88 "0"
69 #define ConfigSetConfig(Data, Val) (Data)->Config=Val
70 #define ConfigSetParser(Data, Val) (Data)->Parser=Val
71 #define ConfigGetConfig(Data) (Data)->Config
72 #define ConfigGetParser(Data) (Data)->Parser