Last change
on this file since 378 was
158,
checked in by alain, 13 years ago
|
Introducing the three sub-directories in the softs directory:
- giet_tsar
- soft_filter_giet
- soft_transpose_giet
|
File size:
430 bytes
|
Line | |
---|
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.