RTEMS  5.0.0
console-polled.h
Go to the documentation of this file.
1 
10 /*
11  * The license and distribution terms for this file may be
12  * found in the file LICENSE in this distribution or at
13  * http://www.rtems.org/license/LICENSE.
14  */
15 
16 #ifndef __BSP_CONSOLE_POLLED_h
17 #define __BSP_CONSOLE_POLLED_h
18 
26 void console_outbyte_polled(int port, char ch);
27 
36 int console_inbyte_nonblocking(int port);
37 
42 
43 #endif
void console_outbyte_polled(int port, char ch)
Definition: console-io.c:32
void console_initialize_hardware(void)
Definition: console-io.c:22
int console_inbyte_nonblocking(int port)
Definition: console-io.c:46