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

4.115
Last change on this file since 45c8fb6 was ce0922e, checked in by Sebastian Huber <sebastian.huber@…>, on 12/30/10 at 13:16:41

2010-12-30 Sebastian Huber <sebastian.huber@…>

  • include/u-boot.h: Removed file.
  • include/u-boot-config.h, include/tsec-config.h: New files.
  • include/bsp.h, start/start.S, startup/bspstart.c: Use new U-Boot support.
  • network/network.c: Update for API changes.
  • Makefile.am, preinstall.am: Reflect changes above.
  • Property mode set to 100644
File size: 614 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
15#ifndef LIBBSP_POWERPC_GEN83XX_TSEC_CONFIG_H
16#define LIBBSP_POWERPC_GEN83XX_TSEC_CONFIG_H
17
18#ifdef __cplusplus
19extern "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 */
Note: See TracBrowser for help on using the repository browser.