source: rtems/c/src/lib/libbsp/i960/rxgen960/startup/faultret.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: 415 bytes
Line 
1/*-------------------------------------*/
2/* faultret.h                          */
3/* Last change :  3.11.94              */
4/*-------------------------------------*/
5#ifndef _FAULTRET_H_
6#define _FAULTRET_H_
7
8  /* Return to the point where fault happened.
9   * Fault state keeps all registers.
10   */
11extern void faultRet(unsigned int * faultState);
12
13#endif
14/*-------------*/
15/* End of file */
16/*-------------*/
17
Note: See TracBrowser for help on using the repository browser.