1991-04-04 18:19:53 +00:00
|
|
|
/*
|
1992-02-13 08:33:54 +00:00
|
|
|
* This file is tc-generic.h and is intended to be a template for target cpu
|
|
|
|
* specific header files. It is my intent that this file compile. It is also
|
|
|
|
* my intent that this file grow into something that can be used as both a
|
|
|
|
* template for porting, and a stub for testing. xoxorich.
|
1991-04-04 18:19:53 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#define TC_GENERIC 1
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Local Variables:
|
|
|
|
* comment-column: 0
|
|
|
|
* fill-column: 131
|
|
|
|
* End:
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* end of tc-generic.h */
|