Changeset 0a7bcfd in rtems
- Timestamp:
- Jan 14, 2005, 5:23:21 AM (16 years ago)
- Children:
- 44eb0beb
- Parents:
- e8ece0b
- Location:
- cpukit/score
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/ChangeLog
re8ece0b r0a7bcfd 1 2005-01-14 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 PR 742/rtems 4 * score/include/rtems/system.h: Remove stringify(). 5 1 6 2004-10-18 Joel Sherrill <joel@OARcorp.com> 2 7 -
cpukit/score/include/rtems/system.h
re8ece0b r0a7bcfd 146 146 #include <rtems/score/cpu.h> /* processor specific information */ 147 147 148 #define stringify( _x ) # _x149 150 148 #define RTEMS_offsetof(type, field) \ 151 149 ((unsigned32) &(((type *) 0)->field))
Note: See TracChangeset
for help on using the changeset viewer.