RTEMS 6.1-rc1
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
24extern "C" {
25#endif
26
27void __gnat_install_handler (void);
28void __gnat_install_handler_common (int t1, int t2);
29
30#ifdef __cplusplus
31}
32#endif
33
34#endif