Changeset 7eb9ea6 in rtems for testsuites/support
- Timestamp:
- Oct 26, 2009, 5:27:58 AM (10 years ago)
- Branches:
- 4.10, 4.11, master
- Children:
- a00d2e5f
- Parents:
- f2ced5d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/support/include/tmacros.h
rf2ced5d r7eb9ea6 17 17 #define __TMACROS_h 18 18 19 #ifdef __cplusplus 20 extern "C" { 21 #endif 22 19 #include <inttypes.h> 23 20 #include <bsp.h> /* includes <rtems.h> */ 24 21 … … 30 27 #include <rtems/error.h> 31 28 29 #ifdef __cplusplus 30 extern "C" { 31 #endif 32 33 32 34 #define FOREVER 1 /* infinite loop */ 33 35 … … 210 212 211 213 #define put_name( name, crlf ) \ 212 { uint32_tc0, c1, c2, c3; \214 { int c0, c1, c2, c3; \ 213 215 c0 = (name >> 24) & 0xff; \ 214 216 c1 = (name >> 16) & 0xff; \
Note: See TracChangeset
for help on using the changeset viewer.