nes-proj/uart0.h

8 lines
121 B
C
Raw Normal View History

2012-10-03 18:37:11 +00:00
#ifndef UART0_H__
#define UART0_H__
void uart0_init(void);
2014-01-04 22:27:24 +00:00
int uart0_puts(const char __far *s);
2012-10-03 18:37:11 +00:00
2014-01-04 22:27:24 +00:00
#endif /* UART0_H__ */