summaryrefslogtreecommitdiffstats
path: root/c/src/optman/no-console.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-20 22:19:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-20 22:19:38 +0000
commit5129b24c4e34e43c69d1c229cf2f91ccfffee1ba (patch)
tree46247a7550e54c91a0117da20d9e6346c6828a0f /c/src/optman/no-console.c
parent2007-06-20 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-5129b24c4e34e43c69d1c229cf2f91ccfffee1ba.tar.bz2
2007-06-20 Ray Xu <rayx@gmail.com>
* 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.
Diffstat (limited to '')
-rw-r--r--c/src/optman/no-console.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/c/src/optman/no-console.c b/c/src/optman/no-console.c
new file mode 100644
index 0000000000..4f30ad32d9
--- /dev/null
+++ b/c/src/optman/no-console.c
@@ -0,0 +1,21 @@
+/*
+ * Console Initialization Stub
+ *
+ * COPYRIGHT (c) 1989-2007.
+ * On-Line Applications Research Corporation (OAR).
+ *
+ * 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.
+ *
+ * $Id$
+ */
+
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
+void open_dev_console(void)
+{
+}
+