00001 00038 #ifndef TYPES_H_INCLUDED 00039 #define TYPES_H_INCLUDED 00040 00041 #include <compiler.h> 00042 #include <stdbool.h> 00043 #include <stddef.h> 00044 #include <stdint.h> 00045 00053 typedef int_fast8_t status_t; 00054 00056 typedef uint16_t __bitwise le16_t; 00057 00059 typedef uint32_t __bitwise le32_t; 00060 00062 typedef uint16_t __bitwise be16_t; 00063 00065 typedef uint32_t __bitwise be32_t; 00066 00067 #endif /* TYPES_H_INCLUDED */
1.6.3