source: rtems/c/src/optman/no-console.c @ b1ded240

4.104.115
Last change on this file since b1ded240 was 5129b24, checked in by Joel Sherrill <joel.sherrill@…>, on 06/20/07 at 22:19:38

2007-06-20 Ray Xu <rayx@…>

  • optman/Makefile.am, optman/preinstall.am: Add stubs for file system, console, and libio. This shrinks the memory requirements but Joel has not figured out how best to present this to application space.
  • optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c: New files.
  • Property mode set to 100644
File size: 379 bytes
Line 
1/*
2 *  Console Initialization Stub
3 *
4 *  COPYRIGHT (c) 1989-2007.
5 *  On-Line Applications Research Corporation (OAR).
6 *
7 *  The license and distribution terms for this file may be
8 *  found in the file LICENSE in this distribution or at
9 *  http://www.rtems.com/license/LICENSE.
10 *
11 *  $Id$
12 */
13
14#if HAVE_CONFIG_H
15#include "config.h"
16#endif
17
18void open_dev_console(void)
19{
20}
21
Note: See TracBrowser for help on using the repository browser.