Changeset 541dfb2 in rtems for c/src/exec/score/cpu/unix/unix.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/unix/unix.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 unix32 #undef unix33 #endif34 #define unix35 36 #ifdef REPLACE_THIS_WITH_THE_CPU_FAMILY37 #undef REPLACE_THIS_WITH_THE_CPU_FAMILY38 #endif39 #define REPLACE_THIS_WITH_THE_CPU_FAMILY40 41 #ifdef REPLACE_THIS_WITH_THE_BSP42 #undef REPLACE_THIS_WITH_THE_BSP43 #endif44 #define REPLACE_THIS_WITH_THE_BSP45 46 #ifdef REPLACE_THIS_WITH_THE_CPU_MODEL47 #undef REPLACE_THIS_WITH_THE_CPU_MODEL48 #endif49 #define REPLACE_THIS_WITH_THE_CPU_MODEL50 51 #ifdef REPLACE_THIS_WITH_THE_UNIX_FLAVOR52 #undef REPLACE_THIS_WITH_THE_UNIX_FLAVOR53 #endif54 #define REPLACE_THIS_WITH_THE_UNIX_FLAVOR55 23 56 24 /*
Note: See TracChangeset
for help on using the changeset viewer.