source: rtems/c/src/lib/libbsp/unix/posix/startup/bsppost.c @ 49c8f45

4.104.115
Last change on this file since 49c8f45 was 7f09abec, checked in by Joel Sherrill <joel.sherrill@…>, on 09/18/08 at 20:40:09

2008-09-18 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac, startup/bspstart.c: Add bsp_get_work_area() implementation and use more of the BSP Initialization Framework.
  • startup/bspgetworkarea.c, startup/bsppost.c: New files.
  • Property mode set to 100644
File size: 569 bytes
Line 
1/*
2 *  This is a shared BSP post driver hook designed to open
3 *  /dev/console for stdin, stdout, and stderr if it exists.
4 *  Newlib will automatically associate the file descriptors
5 *  with the first thress files opened.
6 *
7 *  COPYRIGHT (c) 1989-2008.
8 *  On-Line Applications Research Corporation (OAR).
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#include <rtems.h>
18#include <bsp/bootcard.h>
19
20void bsp_postdriver_hook(void)
21{
22}
Note: See TracBrowser for help on using the repository browser.