blob: 44c8c48c621f797bc1bbda26341195aaa8fa2800 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*****************************************************************************/
/* host dependent types */
/*#define BIGCASE*/
#include "cpuintrf.h"
typedef UINT8 BOOLEAN;
typedef UINT8 BYTE;
typedef UINT16 WORD;
typedef UINT32 DWORD;
|