Changeset 541dfb2 in rtems for c/src/exec/score/cpu/m68k/m68k.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/m68k/m68k.h
r36dbb51 r541dfb2 21 21 extern "C" { 22 22 #endif 23 24 /*25 * The following define the CPU Family and Model within the family26 *27 * NOTE: The string "REPLACE_THIS_WITH_THE_CPU_MODEL" is replaced28 * with the name of the appropriate macro for this target CPU.29 */30 31 #ifdef m68k32 #undef m68k33 #endif34 #define m68k35 36 #ifdef REPLACE_THIS_WITH_THE_CPU_MODEL37 #undef REPLACE_THIS_WITH_THE_CPU_MODEL38 #endif39 #define REPLACE_THIS_WITH_THE_CPU_MODEL40 41 #ifdef REPLACE_THIS_WITH_THE_BSP42 #undef REPLACE_THIS_WITH_THE_BSP43 #endif44 #define REPLACE_THIS_WITH_THE_BSP45 23 46 24 /*
Note: See TracChangeset
for help on using the changeset viewer.