blob: d56f1d0c0d98deb8cfd53fb7561f54acd7a99445 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
* Group of include files for translators, etc.
*/
#include "../h/define.h"
#include "../h/arch.h"
#include "../h/config.h"
#include "../h/sys.h"
#include "../h/typedefs.h"
#include "../h/cstructs.h"
#include "../h/mproto.h"
#include "../h/cpuconf.h"
|