source: rtems/c/src/lib/libbsp/i960/rxgen960/startup/faultret.h @ 3299388d

4.104.114.84.95
Last change on this file since 3299388d was 2ea8df3, checked in by Joel Sherrill <joel.sherrill@…>, on 10/27/99 at 16:27:34

Added CVS Ids and a basic header. More header cleanup needed.

  • Property mode set to 100644
File size: 432 bytes
Line 
1/*-------------------------------------*/
2/* faultret.h                          */
3/* Last change :  3.11.94              */
4/*-------------------------------------*/
5/*
6 *  $Id$
7 */
8
9#ifndef _FAULTRET_H_
10#define _FAULTRET_H_
11
12  /* Return to the point where fault happened.
13   * Fault state keeps all registers.
14   */
15extern void faultRet(unsigned int * faultState);
16
17#endif
18/*-------------*/
19/* End of file */
20/*-------------*/
21
Note: See TracBrowser for help on using the repository browser.