Subversion Repositories HelenOS-historic

Rev

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

Rev 919 Rev 993
Line 95... Line 95...
95
     * Predicate registers
95
     * Predicate registers
96
     */
96
     */
97
    __u64 pr;
97
    __u64 pr;
98
   
98
   
99
    ipl_t ipl;
99
    ipl_t ipl;
100
} __attribute__ ((packed));
100
};
101
 
101
 
102
#endif
102
#endif