Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1095 → Rev 1096

/kernel/trunk/arch/mips32/include/exception.h
98,4 → 98,6
extern void exception_entry(void);
extern void cache_error_entry(void);
extern void exception_init(void);
extern __native syscall_handler(__native a0, __native a1, __native a2,
__native a3, __native sysnum);
#endif