forked from Imagelibrary/rtems
* 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.
27 lines
483 B
C
27 lines
483 B
C
/**
|
|
* @file
|
|
*
|
|
* @ingroup mpc55xx
|
|
*
|
|
* @brief Empty file.
|
|
*/
|
|
|
|
/*
|
|
* Copyright (c) 2008
|
|
* Embedded Brains GmbH
|
|
* Obere Lagerstr. 30
|
|
* D-82178 Puchheim
|
|
* Germany
|
|
* rtems@embedded-brains.de
|
|
*
|
|
* The license and distribution terms for this file may be found in the file
|
|
* LICENSE in this distribution or at http://www.rtems.com/license/LICENSE.
|
|
*/
|
|
|
|
#ifndef LIBBSP_POWERPC_MPC55XXEVB_H
|
|
#define LIBBSP_POWERPC_MPC55XXEVB_H
|
|
|
|
/* TODO */
|
|
|
|
#endif /* LIBBSP_POWERPC_MPC55XXEVB_H */
|