Changeset 5cf3f41 in rtems
- Timestamp:
- Mar 20, 2002, 2:12:33 PM (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 353dbe95
- Parents:
- 293c0e30
- Location:
- c/src/lib/libcpu/i386
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/i386/ChangeLog
r293c0e30 r5cf3f41 1 2002-03-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * cpuModel.h: PR 146. 4 Adding guards. Remove unnecessary headers. 5 1 6 2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libcpu/i386/cpuModel.h
r293c0e30 r5cf3f41 14 14 */ 15 15 16 #ifndef libcpu_cpuModel_h 17 #define libcpu_cpuModel_h 18 16 19 /* 17 20 * Tell us the machine setup.. 18 21 */ 19 #include <stdio.h>20 #include <libcpu/cpu.h>21 #include <string.h>22 22 23 extern char hard_math; /* flo tting point coprocessor present indicator */23 extern char hard_math; /* floating point coprocessor present indicator */ 24 24 extern char x86; /* type of cpu (3 = 386, 4 =486, ...) */ 25 25 extern char x86_model; … … 31 31 32 32 extern void printCpuInfo(); /* Display this information on console in ascii form */ 33 34 #endif
Note: See TracChangeset
for help on using the changeset viewer.