summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/c4x/c4xsim/console/debugio.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/c4x/c4xsim/console/debugio.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/c/src/lib/libbsp/c4x/c4xsim/console/debugio.c b/c/src/lib/libbsp/c4x/c4xsim/console/debugio.c
deleted file mode 100644
index abc2e66cba..0000000000
--- a/c/src/lib/libbsp/c4x/c4xsim/console/debugio.c
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * COPYRIGHT (c) 1989-2008.
- * 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$
- */
-
-#include <bsp.h>
-#include <rtems/bspIo.h>
-
-extern void C4X_BSP_output_char(char c);
-
-BSP_output_char_function_type BSP_output_char = C4X_BSP_output_char;
-BSP_polling_getchar_function_type BSP_poll_char;