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

Last change on this file since ba619b7f was ba619b7f, checked in by Joel Sherrill <joel@…>, on 03/01/22 at 21:38:20

bsps/arm/: Scripted embedded brains header file clean up

Updates #4625.

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