summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/c4x/c4xsim/console/debugio.c
blob: abc2e66cba7166ba625f7de017d03c51ae7f04e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 *  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;