RTEMS 6.1-rc4
Loading...
Searching...
No Matches
armv7m-irq.h
Go to the documentation of this file.
1
9/*
10 * Copyright (c) 2012 Sebastian Huber. All rights reserved.
11 *
12 * The license and distribution terms for this file may be
13 * found in the file LICENSE in this distribution or at
14 * http://www.rtems.org/license/LICENSE.
15 */
16
17#ifndef LIBBSP_ARM_SHARED_ARMV7M_IRQ_H
18#define LIBBSP_ARM_SHARED_ARMV7M_IRQ_H
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
24void _ARMV7M_NVIC_Interrupt_dispatch(void);
25
26#ifdef __cplusplus
27}
28#endif /* __cplusplus */
29
30#endif /* LIBBSP_ARM_SHARED_ARMV7M_IRQ_H */