source: rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/include/mpc55xxevb.h @ 76cb5e4

4.104.114.95
Last change on this file since 76cb5e4 was dab9e55c, checked in by Joel Sherrill <joel.sherrill@…>, on 08/20/08 at 17:28:14

2008-08-20 Sebastian Huber <sebastian.huber@…>

  • include/mpc55xxevb.h, network/network.c, startup/sd-card-init.c, tests/tests.c: Added copyright information. Added missing prototypes. Fixed integer conversion warning.
  • startup/bspclean.c: Include bootcard.h.
  • Property mode set to 100644
File size: 483 bytes
Line 
1/**
2 * @file
3 *
4 * @ingroup mpc55xx
5 *
6 * @brief Empty file.
7 */
8
9/*
10 * Copyright (c) 2008
11 * Embedded Brains GmbH
12 * Obere Lagerstr. 30
13 * D-82178 Puchheim
14 * Germany
15 * rtems@embedded-brains.de
16 *
17 * The license and distribution terms for this file may be found in the file
18 * LICENSE in this distribution or at http://www.rtems.com/license/LICENSE.
19 */
20
21#ifndef LIBBSP_POWERPC_MPC55XXEVB_H
22#define LIBBSP_POWERPC_MPC55XXEVB_H
23
24/* TODO */
25
26#endif /* LIBBSP_POWERPC_MPC55XXEVB_H */
Note: See TracBrowser for help on using the repository browser.