Subversion Repositories HelenOS-historic

Rev

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

Rev 319 Rev 326
Line 89... Line 89...
89
    __u32 status; /* cp0_status */
89
    __u32 status; /* cp0_status */
90
    __u32 epc; /* cp0_epc */
90
    __u32 epc; /* cp0_epc */
91
};
91
};
92
 
92
 
93
extern void exception(struct exception_regdump *pstate);
93
extern void exception(struct exception_regdump *pstate);
94
 
-
 
-
 
94
extern void tlb_refill_entry(void);
-
 
95
extern void exception_entry(void);
-
 
96
extern void cache_error_entry(void);
95
#endif
97
#endif