Changeset 541dfb2 in rtems for c/src/exec/score/cpu/a29k/a29k.h
- Timestamp:
- Jan 29, 1997, 12:22:24 AM (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 2f93371
- Parents:
- 36dbb51
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/cpu/a29k/a29k.h
r36dbb51 r541dfb2 19 19 extern "C" { 20 20 #endif 21 22 /*23 * The following define the CPU Family and Model within the family24 *25 * NOTE: The string "REPLACE_THIS_WITH_THE_CPU_MODEL" is replaced26 * with the name of the appropriate macro for this target CPU.27 */28 29 #ifdef a29k30 #undef a29k31 #endif32 #define a29k33 34 #ifdef REPLACE_THIS_WITH_THE_CPU_MODEL35 #undef REPLACE_THIS_WITH_THE_CPU_MODEL36 #endif37 #define REPLACE_THIS_WITH_THE_CPU_MODEL38 39 #ifdef REPLACE_THIS_WITH_THE_BSP40 #undef REPLACE_THIS_WITH_THE_BSP41 #endif42 #define REPLACE_THIS_WITH_THE_BSP43 21 44 22 /*
Note: See TracChangeset
for help on using the changeset viewer.