Imported Upstream version 2.9.0
[debian/cc1111] / support / packihx / config_in.h
1 #ifndef PACKIHX_HEADER
2 #define PACKIHX_HEADER
3
4 #undef TYPE_BYTE
5 #undef TYPE_WORD
6 #define TYPE_UBYTE unsigned TYPE_BYTE
7 #define TYPE_UWORD unsigned TYPE_WORD
8
9 typedef TYPE_UBYTE Uint8;
10 typedef TYPE_UWORD Uint16;
11
12 #endif