summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i960/rxgen960/startup/faultret.h
blob: e4825b7a7bd958634de541cb5fa2cb93b9587441 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*-------------------------------------*/
/* faultret.h                          */
/* Last change :  3.11.94              */
/*-------------------------------------*/
/*
 *  $Id$
 */

#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 */
/*-------------*/