Subversion Repositories HelenOS

Rev

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

Rev 4337 Rev 4346
Line 53... Line 53...
53
typedef struct {
53
typedef struct {
54
    unsigned int vendor;
54
    unsigned int vendor;
55
    unsigned int family;
55
    unsigned int family;
56
    unsigned int model;
56
    unsigned int model;
57
    unsigned int stepping;
57
    unsigned int stepping;
58
    struct tss *tss;
58
    tss_t *tss;
59
   
59
   
60
    count_t iomapver_copy;  /** Copy of TASK's I/O Permission bitmap generation count. */
60
    count_t iomapver_copy;  /** Copy of TASK's I/O Permission bitmap generation count. */
61
} cpu_arch_t;
61
} cpu_arch_t;
62
 
62
 
63
#endif
63
#endif