RTEMS  5.1
tsec-config.h
1 /*
2  * Copyright (c) 2010 embedded brains GmbH. All rights reserved.
3  *
4  * embedded brains GmbH
5  * Obere Lagerstr. 30
6  * 82178 Puchheim
7  * Germany
8  * <rtems@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 LIBBSP_POWERPC_GEN83XX_TSEC_CONFIG_H
16 #define LIBBSP_POWERPC_GEN83XX_TSEC_CONFIG_H
17 
18 #ifdef __cplusplus
19 extern "C" {
20 #endif /* __cplusplus */
21 
22 #define TSEC_COUNT 2
23 
24 #ifdef __cplusplus
25 }
26 #endif /* __cplusplus */
27 
28 #endif /* LIBBSP_POWERPC_GEN83XX_TSEC_CONFIG_H */