Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2088 → Rev 2089

/trunk/kernel/arch/sparc64/include/trap/interrupt.h
105,6 → 105,9
#endif /* __ASM__ */
 
#ifndef __ASM__
 
#include <arch/interrupt.h>
 
extern void interrupt(int n, istate_t *istate);
#endif /* !def __ASM__ */
 
/trunk/kernel/arch/sparc64/include/trap/exception.h
58,7 → 58,7
 
#ifndef __ASM__
 
#include <typedefs.h>
#include <arch/interrupt.h>
 
extern void dump_istate(istate_t *istate);