source: rtems/c/src/lib/libbsp/arm/realview-pbx-a9/include/tm27.h @ 4402308b

4.115
Last change on this file since 4402308b was 98239f3, checked in by Chirayu Desai <cdesai@…>, on 12/13/13 at 16:02:29

arm: realview-pbx-a9: Add doxygen

  • Property mode set to 100644
File size: 759 bytes
Line 
1/**
2 * @file
3 *
4 * @ingroup realview-pbx-a9_tm27
5 *
6 * @brief GIC tmtests/tm27 support.
7 */
8
9
10/**
11 * @defgroup realview-pbx-a9_tm27 GIC tmtests/tm27
12 *
13 * @ingroup arm_realview-pbx-a9
14 *
15 * @brief GIC tmtests/tm27 support.
16 */
17
18/*
19 * Copyright (c) 2013 embedded brains GmbH.  All rights reserved.
20 *
21 *  embedded brains GmbH
22 *  Dornierstr. 4
23 *  82178 Puchheim
24 *  Germany
25 *  <info@embedded-brains.de>
26 *
27 * The license and distribution terms for this file may be
28 * found in the file LICENSE in this distribution or at
29 * http://www.rtems.com/license/LICENSE.
30 */
31
32#ifndef _RTEMS_TMTEST27
33#error "This is an RTEMS internal file you must not include directly."
34#endif
35
36#ifndef __tm27_h
37#define __tm27_h
38
39#include <bsp/arm-gic-tm27.h>
40
41#endif /* __tm27_h */
Note: See TracBrowser for help on using the repository browser.