RTEMS
5.0.0
bsps
arm
include
bsp
armv7m-irq.h
Go to the documentation of this file.
1
9
/*
10
* Copyright (c) 2012 Sebastian Huber. All rights reserved.
11
*
12
* embedded brains GmbH
13
* Obere Lagerstr. 30
14
* 82178 Puchheim
15
* Germany
16
* <rtems@embedded-brains.de>
17
*
18
* The license and distribution terms for this file may be
19
* found in the file LICENSE in this distribution or at
20
* http://www.rtems.org/license/LICENSE.
21
*/
22
23
#ifndef LIBBSP_ARM_SHARED_ARMV7M_IRQ_H
24
#define LIBBSP_ARM_SHARED_ARMV7M_IRQ_H
25
26
#ifdef __cplusplus
27
extern
"C"
{
28
#endif
29
30
void
_ARMV7M_NVIC_Interrupt_dispatch(
void
);
31
32
#ifdef __cplusplus
33
}
34
#endif
/* __cplusplus */
35
36
#endif
/* LIBBSP_ARM_SHARED_ARMV7M_IRQ_H */
Generated by
1.8.13