summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/shared/include/gnatcommon.h
blob: 1a044492939e4a2788466b50c9d42d7446a8a3d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef __GNATCOMMON_H
#define __GNATCOMMON_H

/*
 * Support for gnat/rtems interrupts and exception handling.
 */

#ifdef __cplusplus
extern "C" {
#endif

void __gnat_install_handler (void);
void __gnat_install_handler_common (int t1, int t2);

#ifdef __cplusplus
}
#endif

#endif