summaryrefslogtreecommitdiffstats
path: root/c/src/optman/no-console.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/optman/no-console.c')
-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)
+{
+}
+