Rev 50 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 50 | Rev 56 | ||
---|---|---|---|
Line 7... | Line 7... | ||
7 | 7 | ||
8 | #pragma once |
8 | #pragma once |
9 | 9 | ||
10 | #define MAX_DISPLAYS 2 |
10 | #define MAX_DISPLAYS 2 |
11 | 11 | ||
12 | extern void cc_init(); |
12 | extern void |
- | 13 | cc_init (); |
|
13 | 14 | ||
- | 15 | extern int |
|
14 | extern int cc_display(int dialIndex, int itemIndex, int suppressIndex); |
16 | cc_display (int dialIndex, int itemIndex, int suppressIndex); |
- | 17 | ||
- | 18 | extern int |
|
- | 19 | cc_check_nvram (int dialIndex, int itemIndex); |