add initial support for the crisarchitecture used on foxboards to openwrt
[openwrt/staging/dedeckeh.git] / target / linux / etrax-2.6 / image / e100boot / src / cbl / src / compiler.h
1 #ifndef _COMPILER_H
2 #define _COMPILER_H
3
4 typedef int dword;
5 typedef unsigned int udword;
6 typedef signed short word;
7 typedef unsigned short uword;
8 typedef unsigned char byte;
9
10 #endif