 |
RTEMS
5.0.0
|
1 #ifndef CYGONCE_INFRA_CYG_TYPE_H 2 #define CYGONCE_INFRA_CYG_TYPE_H 60 typedef uint16_t cyg_uint16;
62 typedef uint32_t cyg_uint32;
68 #define CYG_MACRO_START do { 69 #define CYG_MACRO_END } while (0) 71 #define CYG_EMPTY_STATEMENT CYG_MACRO_START CYG_MACRO_END 73 #define CYG_UNUSED_PARAM( _type_, _name_ ) CYG_MACRO_START \ 74 _type_ __tmp1 = (_name_); \ 75 _type_ __tmp2 = __tmp1; \ 80 #endif // CYGONCE_INFRA_CYG_TYPE_H multiple inclusion protection