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

4.115
Last change on this file since f68401e was 296c74e6, checked in by Daniel Ramirez <javamonn@…>, on 12/09/13 at 19:37:48

doxygen: refactored doxygen in libbsp to illustrate new rule set

  • Property mode set to 100644
File size: 805 bytes
RevLine 
[c32b1ef]1/**
2 * @file
3 *
[296c74e6]4 * @ingroup arm_raspberrypi
[c32b1ef]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 */
[98eb7e78]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.