nes-proj/uart0.h

8 lines
119 B
C
Raw Normal View History

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