Back to home page

LXR

 
 

    


File indexing completed on 2025-05-11 08:23:02

0001 /**
0002  *  @file
0003  *
0004  *  @ingroup RTEMSBSPsARMShared
0005  *
0006  *  @brief ARMV7M Support
0007  */
0008 
0009 /*
0010  * Copyright (c) 2012 Sebastian Huber.  All rights reserved.
0011  *
0012  * The license and distribution terms for this file may be
0013  * found in the file LICENSE in this distribution or at
0014  * http://www.rtems.org/license/LICENSE.
0015  */
0016 
0017 #ifndef LIBBSP_ARM_SHARED_ARMV7M_IRQ_H
0018 #define LIBBSP_ARM_SHARED_ARMV7M_IRQ_H
0019 
0020 #ifdef __cplusplus
0021 extern "C" {
0022 #endif
0023 
0024 void _ARMV7M_NVIC_Interrupt_dispatch(void);
0025 
0026 #ifdef __cplusplus
0027 }
0028 #endif /* __cplusplus */
0029 
0030 #endif /* LIBBSP_ARM_SHARED_ARMV7M_IRQ_H */