00001 00041 #ifndef TYPES_H_INCLUDED 00042 #define TYPES_H_INCLUDED 00043 00044 #include <compiler.h> 00045 #include <stdbool.h> 00046 #include <stddef.h> 00047 #include <stdint.h> 00048 #include <arch/types.h> 00049 00051 typedef uint16_t __bitwise le16_t; 00052 00054 typedef uint32_t __bitwise le32_t; 00055 00057 typedef uint16_t __bitwise be16_t; 00058 00060 typedef uint32_t __bitwise be32_t; 00061 00062 #endif /* TYPES_H_INCLUDED */
1.5.8