source: rtems/c/src/lib/libbsp/powerpc/gen83xx/include/tsec-config.h @ e570c313

4.115
Last change on this file since e570c313 was e570c313, checked in by Joel Sherrill <joel.sherrill@…>, on 01/24/11 at 15:32:04

2011-01-24 Joel Sherrill <joel.sherrill@…>

  • configure.ac, console/console-config.c, i2c/i2c_init.c, include/bsp.h, include/hwreg_vals.h, include/irq.h, include/tm27.h, include/tsec-config.h, irq/irq.c, network/network.c, spi/spi_init.c, startup/bspstart.c: Address some of the issues spotted by the check_bsp script.
  • Property mode set to 100644
File size: 626 bytes
Line 
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.com/license/LICENSE.
13 *
14 *  $Id$
15 */
16
17#ifndef LIBBSP_POWERPC_GEN83XX_TSEC_CONFIG_H
18#define LIBBSP_POWERPC_GEN83XX_TSEC_CONFIG_H
19
20#ifdef __cplusplus
21extern "C" {
22#endif /* __cplusplus */
23
24#define TSEC_COUNT 2
25
26#ifdef __cplusplus
27}
28#endif /* __cplusplus */
29
30#endif /* LIBBSP_POWERPC_GEN83XX_TSEC_CONFIG_H */
Note: See TracBrowser for help on using the repository browser.