source:
trunk/softs/giet_tsar/icu.h
@
335
Last change on this file since 335 was 158, checked in by , 14 years ago | |
---|---|
File size: 430 bytes |
Rev | Line | |
---|---|---|
[158] | 1 | #ifndef ICU_REGS_H |
2 | #define ICU_REGS_H | |
3 | ||
4 | enum SoclibPicRegisters { | |
5 | ICU_INT = 0, | |
6 | ICU_MASK = 1, | |
7 | ICU_MASK_SET = 2, | |
8 | ICU_MASK_CLEAR = 3, | |
9 | ICU_IT_VECTOR = 4, | |
10 | /***/ | |
11 | ICU_SPAN = 8, | |
12 | }; | |
13 | ||
14 | #endif | |
15 | ||
16 | // Local Variables: | |
17 | // tab-width: 4; | |
18 | // c-basic-offset: 4; | |
19 | // c-file-offsets:((innamespace . 0)(inline-open . 0)); | |
20 | // indent-tabs-mode: nil; | |
21 | // End: | |
22 | // | |
23 | // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=4:softtabstop=4 | |
24 |
Note: See TracBrowser
for help on using the repository browser.