#include "types.h" #ifndef INCLUDE_IO_H #define INCLUDE_IO_H void serial_control(const u16, const u16); u8 serial_read_buffer(const u16); #endif /* INCLUDE_IO_H */