bullshit commit, sync for travel (to zn00H!) :)
[my-code/arm.git] / betty / types.h
1 /*
2  * type.h - type definitions
3  *
4  * author: hackbard@hackdaworld.org
5  *
6  */
7
8 #ifndef TYPE_H
9 #define TYPE_H
10
11 typedef unsigned char u8;
12 typedef unsigned short u16;
13 typedef unsigned int u32;
14
15 #endif
16