Changeset a6d749b in rtems for cpukit/score/include/rtems/system.h
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.