source: rtems/c/src/lib/libbsp/sparc/erc32/gnatsupp/gnatsupp.c @ c903fc2

4.115
Last change on this file since c903fc2 was c903fc2, checked in by Daniel Cederman <cederman@…>, on 05/08/14 at 14:33:08

bsps/sparc: Add copyright and license information

  • Property mode set to 100644
File size: 445 bytes
Line 
1/**
2 * @file
3 *
4 * @ingroup sparc_erc32
5 *
6 * @brief Support for gnat/rtems interrupts and exception handling
7 */
8
9/*
10 * COPYRIGHT (c) 1999.
11 * European Space Agency.
12 *
13 * The license and distribution terms for this file may be
14 * found in the file LICENSE in this distribution or at
15 * http://www.rtems.org/license/LICENSE.
16 */
17
18#include <bsp/gnatcommon.h>
19
20void
21__gnat_install_handler (void)
22{
23  __gnat_install_handler_common (0x1d, 0x15);
24}
Note: See TracBrowser for help on using the repository browser.