/[rtmk]/rtmk/include/rtmk/host-info.h
ViewVC logotype

Diff of /rtmk/include/rtmk/host-info.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by jrydberg, Fri Feb 22 22:37:45 2002 UTC revision 1.2 by jrydberg, Wed Mar 6 00:43:30 2002 UTC
# Line 78  struct host_info_processor Line 78  struct host_info_processor
78  #define HOST_INFO_PROCESSOR_COUNT (sizeof (struct host_info_basic))  #define HOST_INFO_PROCESSOR_COUNT (sizeof (struct host_info_basic))
79  typedef struct host_info_processor host_info_processor_t;  typedef struct host_info_processor host_info_processor_t;
80    
81    /* Intel 80386 family.  */
82    #define CPU_TYPE_I386           0
83    #define CPU_SUBTYPE_I386_386    3
84    #define CPU_SUBTYPE_I386_486    4
85    #define CPU_SUBTYPE_I386_586    5
86    #define CPU_SUBTYPE_I386_686    6
87    
88    /* PowerPC family.  */
89    #define CPU_TYPE_PPC            1
90    #define CPU_SUBTYPE_PPC_601     0
91    #define CPU_SUBTYPE_PPC_603     1
92    #define CPU_SUBTYPE_PPC_603e    2
93    #define CPU_SUBTYPE_PPC_604     3
94    
95  #endif /* host-info.h */  #endif /* host-info.h */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26