source: rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/bspclean.c @ 73570ec9

4.104.114.95
Last change on this file since 73570ec9 was 73570ec9, checked in by Joel Sherrill <joel.sherrill@…>, on 07/31/08 at 14:56:51

2008-07-31 Joel Sherrill <joel.sherrill@…>

  • startup/bspclean.c: Use C style comment.
  • Property mode set to 100644
File size: 431 bytes
Line 
1/**
2 * @file
3 *
4 * @ingroup mpc55xx
5 *
6 * @brief BSP cleanup code
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
21void bsp_cleanup()
22{
23        /* TODO - Add something BSP specific here */
24}
Note: See TracBrowser for help on using the repository browser.