4.115
Line | |
---|
1 | /** |
---|
2 | * @file |
---|
3 | * |
---|
4 | * @ingroup raspberrypi |
---|
5 | * |
---|
6 | * @brief Global BSP definitions. |
---|
7 | */ |
---|
8 | |
---|
9 | /* |
---|
10 | * Copyright (c) 2013 Alan Cudmore |
---|
11 | * |
---|
12 | * The license and distribution terms for this file may be |
---|
13 | * found in the file LICENSE in this distribution or at |
---|
14 | * |
---|
15 | * http://www.rtems.com/license/LICENSE |
---|
16 | * |
---|
17 | */ |
---|
18 | |
---|
19 | #ifndef LIBBSP_ARM_RASPBERRYPI_BSP_H |
---|
20 | #define LIBBSP_ARM_RASPBERRYPI_BSP_H |
---|
21 | |
---|
22 | #include <bspopts.h> |
---|
23 | #include <rtems.h> |
---|
24 | #include <rtems/console.h> |
---|
25 | #include <rtems/clockdrv.h> |
---|
26 | #include <bsp/raspberrypi.h> |
---|
27 | |
---|
28 | #ifdef __cplusplus |
---|
29 | extern "C" { |
---|
30 | #endif /* __cplusplus */ |
---|
31 | |
---|
32 | #define BSP_FEATURE_IRQ_EXTENSION |
---|
33 | |
---|
34 | #ifdef __cplusplus |
---|
35 | } |
---|
36 | #endif /* __cplusplus */ |
---|
37 | |
---|
38 | #endif /* LIBBSP_ARM_RASPBERRYPI_BSP_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.