RTEMS 6.1-rc5
Loading...
Searching...
No Matches
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
26void console_outbyte_polled(int port, char ch);
27
36int console_inbyte_nonblocking(int port);
37
42
43#endif
int console_inbyte_nonblocking(int port)
Definition: console-io.c:88
void console_initialize_hardware(void)
Definition: console-io.c:48
void console_outbyte_polled(int port, char ch)
Definition: console-io.c:59