source: rtems/c/src/lib/libbsp/arm/raspberrypi/include/bsp.h @ c32b1ef

4.115
Last change on this file since c32b1ef was c32b1ef, checked in by Alan Cudmore <alan.cudmore@…>, on 03/23/13 at 18:13:07

bsp/raspberrypi: New BSP

  • Property mode set to 100644
File size: 674 bytes
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
29extern "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.