1#ifndef DEVICES_SERIAL_H
2#define DEVICES_SERIAL_H
void serial_flush(void)
Flushes anything in the serial buffer out the port in polling mode.
void serial_init_queue(void)
Initializes the serial port device for queued interrupt-driven I/O.
void serial_putc(uint8_t)
Sends BYTE to the serial port.
void serial_notify(void)
devices/serial.h