1 #ifndef TYPES_H
2 #define TYPES_H
3 
4 typedef unsigned char 	Byte;
5 typedef unsigned short 	ADDRESS;
6 
7 #endif  /* TYPES_H */
8 
9