source: rtems/bsps/arm/include/bsp/armv7m-irq.h @ 828276b

5
Last change on this file since 828276b was 828276b, checked in by Sebastian Huber <sebastian.huber@…>, on 03/05/19 at 06:58:18

bsps: Adjust shared Doxygen groups

Update #3706.

  • Property mode set to 100644
File size: 679 bytes
Line 
1/**
2 *  @file
3 *
4 *  @ingroup RTEMSBSPsARMShared
5 *
6 *  @brief ARMV7M Support
7 */
8
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
27extern "C" {
28#endif
29
30void _ARMV7M_NVIC_Interrupt_dispatch(void);
31
32#ifdef __cplusplus
33}
34#endif /* __cplusplus */
35
36#endif /* LIBBSP_ARM_SHARED_ARMV7M_IRQ_H */
Note: See TracBrowser for help on using the repository browser.