mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-03 09:41:26 +00:00
19 lines
300 B
C
19 lines
300 B
C
/*
|
|
* This file is te-generic.h and is intended to be a template for
|
|
* target environment specific header files.
|
|
*/
|
|
|
|
#define TE_GENERIC 1
|
|
|
|
/* these define interfaces */
|
|
#include "obj-format.h"
|
|
|
|
/*
|
|
* Local Variables:
|
|
* comment-column: 0
|
|
* fill-column: 131
|
|
* End:
|
|
*/
|
|
|
|
/* end of te-generic.h */
|