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

4.115
Last change on this file since db42c079 was e37d57bc, checked in by Sebastian Huber <sebastian.huber@…>, on 05/06/13 at 08:59:07

bsps/arm: Add shared GIC tmtests/tm27 support

  • Property mode set to 100644
File size: 531 bytes
Line 
1/*
2 * Copyright (c) 2013 embedded brains GmbH.  All rights reserved.
3 *
4 *  embedded brains GmbH
5 *  Dornierstr. 4
6 *  82178 Puchheim
7 *  Germany
8 *  <info@embedded-brains.de>
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.com/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#include <bsp/arm-gic-tm27.h>
23
24#endif /* __tm27_h */
Note: See TracBrowser for help on using the repository browser.