Subversion Repositories HelenOS-historic

Rev

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

Rev 192 Rev 309
Line 39... Line 39...
39
    int model;
39
    int model;
40
    int stepping;
40
    int stepping;
41
    struct tss *tss;
41
    struct tss *tss;
42
};
42
};
43
 
43
 
44
 
-
 
45
void set_TS_flag(void);
-
 
46
void reset_TS_flag(void);
-
 
47
 
-
 
48
#endif
44
#endif