You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
424 B

36 years ago
/*
* 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.
36 years ago
*/
#define TC_GENERIC 1
/*
* Local Variables:
* comment-column: 0
* fill-column: 131
* End:
*/
/* end of tc-generic.h */