source: rtems/bsps/arm/realview-pbx-a9/include/tm27.h @ f8ad5bb2

Last change on this file since f8ad5bb2 was f8ad5bb2, checked in by Kinsey Moore <kinsey.moore@…>, on 08/28/20 at 03:13:47

bsps: Break out AArch32 GICv3 support

This breaks out AArch32-specific code so that the shared GICv3 code can
be reused by other architectures.

  • Property mode set to 100644
File size: 769 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 RTEMSBSPsARMRealviewPBXA9
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.org/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 <dev/irq/arm-gic-tm27.h>
40
41#endif /* __tm27_h */
Note: See TracBrowser for help on using the repository browser.