Changeset 216ed54 in rtems
- Timestamp:
- 08/04/95 22:13:27 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- ea9d7db
- Parents:
- 4a6fa2ab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/cpu/hppa1.1/hppa.h
r4a6fa2ab r216ed54 1 1 /* 2 * @(#)hppa.h 1. 7 - 95/05/162 * @(#)hppa.h 1.9 - 95/06/28 3 3 * 4 4 * … … 25 25 * This file is included by both C and assembler code ( -DASM ) 26 26 * 27 * hppa.h,v 1.2 1995/05/09 20:11:40 joel Exp27 * $Id$ 28 28 */ 29 29 … … 65 65 */ 66 66 67 #if !defined(RTEMS_MODEL_NAME) 68 67 69 #if defined(hppa7100) 68 70 … … 78 80 79 81 #endif 80 82 83 #endif /* !defined(RTEMS_MODEL_NAME) */ 84 81 85 /* 82 86 * Define the name of the CPU family. 83 87 */ 84 88 89 #if !defined(CPU_NAME) 85 90 #define CPU_NAME "HP PA-RISC 1.1" 86 91 #endif 87 92 88 93 /*
Note: See TracChangeset
for help on using the changeset viewer.