Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 326 → Rev 325

/SPARTAN/trunk/arch/mips/include/exception.h
91,7 → 91,5
};
 
extern void exception(struct exception_regdump *pstate);
extern void tlb_refill_entry(void);
extern void exception_entry(void);
extern void cache_error_entry(void);
 
#endif