Changeset a6d749b in rtems
- Timestamp:
- 01/14/05 05:13:32 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 7f1a915
- Parents:
- ab660e77
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
rab660e77 ra6d749b 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 2005-01-13 Joel Sherrill <joel@oarcorp.com> 2 7 Ralf Corsepius <ralf.corsepius@rtems.org> -
cpukit/score/include/rtems/system.h
rab660e77 ra6d749b 144 144 #include <rtems/score/cpu.h> /* processor specific information */ 145 145 146 #define stringify( _x ) # _x147 148 146 #define RTEMS_offsetof(type, field) \ 149 147 ((uint32_t ) &(((type *) 0)->field))
Note: See TracChangeset
for help on using the changeset viewer.