URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [i960/] [rxgen960/] [startup/] [asmfault.h] - Rev 745
Go to most recent revision | Compare with Previous | Blame | View Log
/*-------------------------------------*/ /* asmfault.h */ /* Last change : 3.11.94 */ /*-------------------------------------*/ /* * $Id: asmfault.h,v 1.2 2001-09-27 11:59:59 chris Exp $ */ #ifndef _ASMFAULT_H_ #define _ASMFAULT_H_ /* Fault handler start point. */ extern void faultHndlEntry(void); #endif /*-------------*/ /* End of file */ /*-------------*/
Go to most recent revision | Compare with Previous | Blame | View Log