RTEMS
6.1-rc5
Loading...
Searching...
No Matches
bsps
sparc
include
bsp
gnatcommon.h
Go to the documentation of this file.
1
16
#ifndef __GNATCOMMON_H
17
#define __GNATCOMMON_H
18
19
/*
20
* Support for gnat/rtems interrupts and exception handling.
21
*/
22
23
#ifdef __cplusplus
24
extern
"C"
{
25
#endif
26
27
void
__gnat_install_handler (
void
);
28
void
__gnat_install_handler_common (
int
t1,
int
t2);
29
30
#ifdef __cplusplus
31
}
32
#endif
33
34
#endif
Generated by
1.9.6