summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/nds/irq/irq.h
blob: aeaccef298f56a22504b89828170bd6685c3d24d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * The license and distribution terms for this file may be
 * found in the file LICENSE in this distribution or at
 * http://www.rtems.org/license/LICENSE
 */

#ifndef __BSP_IRQ_H_
#define __BSP_IRQ_H_

#ifdef __cplusplus
extern "C"
{
#endif

extern void BSP_rtems_irq_mngt_init (void);

#ifdef __cplusplus
}
#endif

#endif