]>
Commit | Line | Data |
---|---|---|
fecd2382 | 1 | /* |
a39116f1 RP |
2 | * This file is tc-generic.h and is intended to be a template for target cpu |
3 | * specific header files. It is my intent that this file compile. It is also | |
4 | * my intent that this file grow into something that can be used as both a | |
5 | * template for porting, and a stub for testing. xoxorich. | |
fecd2382 RP |
6 | */ |
7 | ||
8 | #define TC_GENERIC 1 | |
9 | ||
10 | /* | |
11 | * Local Variables: | |
12 | * comment-column: 0 | |
13 | * fill-column: 131 | |
14 | * End: | |
15 | */ | |
16 | ||
17 | /* end of tc-generic.h */ |