RTEMS  5.1
gnatcommon.h
1 #ifndef __GNATCOMMON_H
2 #define __GNATCOMMON_H
3 
4 /*
5  * Support for gnat/rtems interrupts and exception handling.
6  */
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
12 void __gnat_install_handler (void);
13 void __gnat_install_handler_common (int t1, int t2);
14 
15 #ifdef __cplusplus
16 }
17 #endif
18 
19 #endif