RTEMS  5.1
tm27.h
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.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 #include <bsp/arm-gic-tm27.h>
23 
24 #endif /* __tm27_h */
ARM GIC TM27 Support.