3333 * Macro Definitions
3434 ************************************************************************/
3535
36- #define CF_CCVAL (x ) CF_FunctionCode_##x
36+ #define CF_CCVAL (x ) CF_FunctionCode_##x
3737
38- enum CF_FunctionCode_
39- {
40- CF_FunctionCode_NOOP = 0 ,
41- CF_FunctionCode_RESET_COUNTERS = 1 ,
42- CF_FunctionCode_TX_FILE = 2 ,
43- CF_FunctionCode_PLAYBACK_DIR = 3 ,
44- CF_FunctionCode_FREEZE = 4 ,
45- CF_FunctionCode_THAW = 5 ,
46- CF_FunctionCode_SUSPEND = 6 ,
47- CF_FunctionCode_RESUME = 7 ,
48- CF_FunctionCode_CANCEL = 8 ,
49- CF_FunctionCode_ABANDON = 9 ,
50- CF_FunctionCode_SET_PARAM = 10 ,
51- CF_FunctionCode_GET_PARAM = 11 ,
52- CF_FunctionCode_WRITE_QUEUE = 15 ,
53- CF_FunctionCode_ENABLE_DEQUEUE = 16 ,
54- CF_FunctionCode_DISABLE_DEQUEUE = 17 ,
55- CF_FunctionCode_ENABLE_DIR_POLLING = 18 ,
56- CF_FunctionCode_DISABLE_DIR_POLLING = 19 ,
57- CF_FunctionCode_PURGE_QUEUE = 21 ,
58- CF_FunctionCode_ENABLE_ENGINE = 22 ,
59- CF_FunctionCode_DISABLE_ENGINE = 23 ,
60- };
38+ enum CF_FunctionCode_
39+ {
40+ CF_FunctionCode_NOOP = 0 ,
41+ CF_FunctionCode_RESET_COUNTERS = 1 ,
42+ CF_FunctionCode_TX_FILE = 2 ,
43+ CF_FunctionCode_PLAYBACK_DIR = 3 ,
44+ CF_FunctionCode_FREEZE = 4 ,
45+ CF_FunctionCode_THAW = 5 ,
46+ CF_FunctionCode_SUSPEND = 6 ,
47+ CF_FunctionCode_RESUME = 7 ,
48+ CF_FunctionCode_CANCEL = 8 ,
49+ CF_FunctionCode_ABANDON = 9 ,
50+ CF_FunctionCode_SET_PARAM = 10 ,
51+ CF_FunctionCode_GET_PARAM = 11 ,
52+ CF_FunctionCode_WRITE_QUEUE = 15 ,
53+ CF_FunctionCode_ENABLE_DEQUEUE = 16 ,
54+ CF_FunctionCode_DISABLE_DEQUEUE = 17 ,
55+ CF_FunctionCode_ENABLE_DIR_POLLING = 18 ,
56+ CF_FunctionCode_DISABLE_DIR_POLLING = 19 ,
57+ CF_FunctionCode_PURGE_QUEUE = 21 ,
58+ CF_FunctionCode_ENABLE_ENGINE = 22 ,
59+ CF_FunctionCode_DISABLE_ENGINE = 23 ,
60+ };
6161
62- #endif
62+ #endif
0 commit comments