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

4.115
Last change on this file since 8fbe2e6 was c499856, checked in by Chris Johns <chrisj@…>, on 03/20/14 at 21:10:47

Change all references of rtems.com to rtems.org.

  • Property mode set to 100644
File size: 805 bytes
Line 
1/**
2 * @file
3 *
4 * @ingroup arm_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.org/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 */
39
40/**
41 * @defgroup arm_raspberrypi Raspberry Pi Support
42 *
43 * @ingroup bsp_arm
44 *
45 * @brief Raspberry Pi support package
46 *
47 */
Note: See TracBrowser for help on using the repository browser.