Subversion Repositories HelenOS-historic

Rev

Rev 472 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 472 Rev 476
Line 176... Line 176...
176
    __u64 value;
176
    __u64 value;
177
};
177
};
178
 
178
 
179
typedef union cr_isr cr_isr_t;
179
typedef union cr_isr cr_isr_t;
180
 
180
 
-
 
181
/** CPUID Register 3 */
-
 
182
union cpuid3 {
-
 
183
    struct {
-
 
184
        __u8 number;
-
 
185
        __u8 revision;
-
 
186
        __u8 model;
-
 
187
        __u8 family;
-
 
188
        __u8 archrev;
-
 
189
    } __attribute__ ((packed));
-
 
190
    __u64 value;
-
 
191
};
-
 
192
 
-
 
193
typedef union cpuid3 cpuid3_t;
-
 
194
 
181
#endif /* !__ASM__ */
195
#endif /* !__ASM__ */
182
 
196
 
183
#endif
197
#endif