source: rtems/c/src/lib/libbsp/i960/rxgen960/startup/faultret.h @ 6128a4a

4.104.114.84.95
Last change on this file since 6128a4a was 6128a4a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/21/04 at 10:43:04

Remove stray white spaces.

  • Property mode set to 100644
File size: 430 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/*-------------*/
Note: See TracBrowser for help on using the repository browser.