OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [sapi/] [include/] [rtems/] [fatal.h] - Blame information for rev 1780

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
/*  fatal.h
2
 *
3
 *  This include file contains constants and prototypes related
4
 *  to the Fatal Error Manager.  This manager processes all fatal or
5
 *  irrecoverable errors.
6
 *
7
 *  This manager provides directives to:
8
 *
9
 *     + announce a fatal error has occurred
10
 *
11
 *
12
 *  COPYRIGHT (c) 1989-1999.
13
 *  On-Line Applications Research Corporation (OAR).
14
 *
15
 *  The license and distribution terms for this file may be
16
 *  found in the file LICENSE in this distribution or at
17
 *  http://www.OARcorp.com/rtems/license.html.
18
 *
19
 *  fatal.h,v 1.7 1999/11/17 17:50:28 joel Exp
20
 */
21
 
22
#ifndef __RTEMS_FATAL_h
23
#define __RTEMS_FATAL_h
24
 
25
#ifdef __cplusplus
26
extern "C" {
27
#endif
28
 
29
/*
30
 *  rtems_fatal_error_occurred
31
 *
32
 *  DESCRIPTION:
33
 *
34
 *  This is the routine which implements the rtems_fatal_error_occurred
35
 *  directive.  It is invoked when the application or RTEMS
36
 *  determines that a fatal error has occurred.
37
 */
38
 
39
void volatile rtems_fatal_error_occurred(
40
  unsigned32 the_error
41
);
42
 
43
#ifdef __cplusplus
44
}
45
#endif
46
 
47
#endif
48
/* end of include file */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.