Back to home page

LXR

 
 

    


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

0001 /**
0002  * @file
0003  *
0004  * @ingroup RTEMSBSPsOR1K
0005  *
0006  * @brief Global BSP definitions.
0007  */
0008 
0009 /*
0010  * COPYRIGHT (c) 2014-2015 Hesham ALMatary <heshamelmatary@gmail.com>
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_GENERIC_OR1K_H
0018 #define LIBBSP_GENERIC_OR1K_H
0019 
0020 /**
0021  * @addtogroup RTEMSBSPsOR1K
0022  *
0023  * @{
0024  */
0025 
0026 #include <bspopts.h>
0027 #include <rtems.h>
0028 #include <bsp/generic_or1k.h>
0029 
0030 #include <bsp/default-initial-extension.h>
0031 
0032 #ifdef __cplusplus
0033 extern "C" {
0034 #endif /* __cplusplus */
0035 
0036 #define BSP_FEATURE_IRQ_EXTENSION
0037 
0038 #ifdef __cplusplus
0039 }
0040 #endif /* __cplusplus */
0041 
0042 /** @} */
0043 
0044 #endif /* LIBBSP_GENERIC_OR1K_H */
0045