Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1860 → Rev 1861

/trunk/kernel/arch/sparc64/include/trap/interrupt.h
89,7 → 89,7
#endif /* __ASM__ */
 
#ifndef __ASM__
extern void interrupt(void);
extern void interrupt(int n, istate_t *istate);
#endif /* !def __ASM__ */
 
#endif