* fixed GCC 4.4.0 mingw compilation:
[fw/sdcc] / 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