source: rtems/c/src/lib/libbsp/i960/rxgen960/startup/asmfault.h @ f08a5596

4.104.114.84.95
Last change on this file since f08a5596 was 702c5f5, checked in by Joel Sherrill <joel.sherrill@…>, on 10/27/99 at 15:29:18

The rxgen960 BSP and i960 RPM support was submitted by Mark Bronson
<mark@…> of RAMIX.

  • Property mode set to 100644
File size: 347 bytes
Line 
1/*-------------------------------------*/
2/* asmfault.h                          */
3/* Last change :  3.11.94              */
4/*-------------------------------------*/
5#ifndef _ASMFAULT_H_
6#define _ASMFAULT_H_
7
8  /* Fault handler start point.
9   */
10extern void faultHndlEntry(void);
11
12#endif
13/*-------------*/
14/* End of file */
15/*-------------*/
16
Note: See TracBrowser for help on using the repository browser.