Changeset 541dfb2 in rtems for c/src/exec/score/cpu/no_cpu/no_cpu.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/no_cpu/no_cpu.h
r36dbb51 r541dfb2 22 22 extern "C" { 23 23 #endif 24 25 /*26 * The following define the CPU Family and Model within the family27 *28 * NOTE: The string "REPLACE_THIS_WITH_THE_CPU_MODEL" is replaced29 * with the name of the appropriate macro for this target CPU.30 */31 32 #ifdef no_cpu33 #undef no_cpu34 #endif35 #define no_cpu36 37 #ifdef REPLACE_THIS_WITH_THE_CPU_MODEL38 #undef REPLACE_THIS_WITH_THE_CPU_MODEL39 #endif40 #define REPLACE_THIS_WITH_THE_CPU_MODEL41 42 #ifdef REPLACE_THIS_WITH_THE_BSP43 #undef REPLACE_THIS_WITH_THE_BSP44 #endif45 #define REPLACE_THIS_WITH_THE_BSP46 24 47 25 /*
Note: See TracChangeset
for help on using the changeset viewer.