Imported Upstream version 2.9.0
[debian/cc1111] / device / include / z80 / types.h
1 /** Silly types.h
2     Z80 specific hack
3 */
4
5 #ifndef TYPES_INCLUDE
6 #define TYPES_INCLUDE
7
8 typedef unsigned char BYTE;
9 typedef unsigned WORD;
10
11 #endif