aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mpc85xx/image/spi-loader/include/serial.h
blob: 1d80ede3357d36341c9131942509831f24a15de9 (plain)
1
2
3
4
5
6
7
8
9
// 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);