16 lines
237 B
C
16 lines
237 B
C
|
/*
|
||
|
* This file is tc-generic.h and is intended to be a template for
|
||
|
* target cpu specific header files.
|
||
|
*/
|
||
|
|
||
|
#define TC_GENERIC 1
|
||
|
|
||
|
/*
|
||
|
* Local Variables:
|
||
|
* comment-column: 0
|
||
|
* fill-column: 131
|
||
|
* End:
|
||
|
*/
|
||
|
|
||
|
/* end of tc-generic.h */
|