source: rtems/bsps/arm/altera-cyclone-v/include/tm27.h @ 631ccd7

5
Last change on this file since 631ccd7 was 631ccd7, checked in by Sebastian Huber <sebastian.huber@…>, on 02/27/19 at 08:24:22

bsp/altera-cyclone-v: Adjust Doxygen groups

Update #3706

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