h69k/target/linux/mpc85xx/image/spi-loader/include/serial.h

10 lines
191 B
C
Raw Normal View History

2024-09-29 14:35:28 +00:00
// SPDX-License-Identifier: BSD-2-Clause
#pragma once
int serial_console_getchar(void);
int serial_console_tstc(void);
void serial_console_putchar(char c);
void serial_console_init(void);