URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [i960/] [rxgen960/] [startup/] [ihandler.h] - Rev 1778
Go to most recent revision | Compare with Previous | Blame | View Log
/*-------------------------------------*/ /* ihandler.h */ /* Last change : 12.10.94 */ /*-------------------------------------*/ /* * ihandler.h,v 1.2 1999/10/27 16:27:34 joel Exp */ #ifndef _IHANDLER_H_ #define _IHANDLER_H_ /* Interrupt Handler for NMI. */ extern void nmiHandler(void); /* Interrupt Handlers for Dedicated Interrupts. */ extern void intr5Handler(void); extern void intr6Handler(void); #endif /*-------------*/ /* End of file */ /*-------------*/
Go to most recent revision | Compare with Previous | Blame | View Log