RTEMS 5.2
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
tsec-config.h
Go to the documentation of this file.
1
9/*
10 * Copyright (c) 2010 embedded brains GmbH. All rights reserved.
11 *
12 * embedded brains GmbH
13 * Obere Lagerstr. 30
14 * 82178 Puchheim
15 * Germany
16 * <rtems@embedded-brains.de>
17 *
18 * The license and distribution terms for this file may be
19 * found in the file LICENSE in this distribution or at
20 * http://www.rtems.org/license/LICENSE.
21 */
22
23#ifndef LIBBSP_POWERPC_QORIQ_TSEC_CONFIG_H
24#define LIBBSP_POWERPC_QORIQ_TSEC_CONFIG_H
25
26#ifdef __cplusplus
27extern "C" {
28#endif /* __cplusplus */
29
30#define TSEC_COUNT 3
31
32#ifdef __cplusplus
33}
34#endif /* __cplusplus */
35
36#endif /* LIBBSP_POWERPC_QORIQ_TSEC_CONFIG_H */