Subversion Repositories HelenOS-historic

Rev

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

Rev 403 Rev 413
Line 93... Line 93...
93
    /*
93
    /*
94
     * Predicate registers
94
     * Predicate registers
95
     */
95
     */
96
    __u64 pr;
96
    __u64 pr;
97
   
97
   
98
    pri_t pri;
98
    ipl_t ipl;
99
} __attribute__ ((packed));
99
} __attribute__ ((packed));
100
 
100
 
101
#endif
101
#endif