summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i960/rxgen960/startup/faultret.h
blob: 986c563b8283205c1ab1c949f683795a0a9e1e34 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*-------------------------------------*/
/* faultret.h                          */
/* Last change :  3.11.94              */
/*-------------------------------------*/
#ifndef _FAULTRET_H_
#define _FAULTRET_H_

  /* Return to the point where fault happened.
   * Fault state keeps all registers. 
   */
extern void faultRet(unsigned int * faultState);

#endif
/*-------------*/
/* End of file */
/*-------------*/