RTEMS 7.0-rc1
Loading...
Searching...
No Matches
console-polled.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
2
12/*
13 * The license and distribution terms for this file may be
14 * found in the file LICENSE in this distribution or at
15 * http://www.rtems.org/license/LICENSE.
16 */
17
18#ifndef __BSP_CONSOLE_POLLED_h
19#define __BSP_CONSOLE_POLLED_h
20
28void console_outbyte_polled(int port, char ch);
29
38int console_inbyte_nonblocking(int port);
39
44
45#endif
int console_inbyte_nonblocking(int port)
Definition: console-io.c:78
void console_initialize_hardware(void)
Definition: console-io.c:45
void console_outbyte_polled(int port, char ch)
Definition: console-io.c:57