source: rtems/bsps/powerpc/gen83xx/include/bsp/tsec-config.h @ e560ee85

Last change on this file since e560ee85 was e560ee85, checked in by Joel Sherrill <joel@…>, on 03/01/22 at 21:38:55

bsps/powerpc/: Scripted embedded brains header file clean up

Updates #4625.

  • Property mode set to 100644
File size: 501 bytes
Line 
1/*
2 * Copyright (c) 2010 embedded brains GmbH.  All rights reserved.
3 *
4 * The license and distribution terms for this file may be
5 * found in the file LICENSE in this distribution or at
6 * http://www.rtems.org/license/LICENSE.
7 */
8
9#ifndef LIBBSP_POWERPC_GEN83XX_TSEC_CONFIG_H
10#define LIBBSP_POWERPC_GEN83XX_TSEC_CONFIG_H
11
12#ifdef __cplusplus
13extern "C" {
14#endif /* __cplusplus */
15
16#define TSEC_COUNT 2
17
18#ifdef __cplusplus
19}
20#endif /* __cplusplus */
21
22#endif /* LIBBSP_POWERPC_GEN83XX_TSEC_CONFIG_H */
Note: See TracBrowser for help on using the repository browser.