rs232.h (118B)
1 #ifndef __RS232_H 2 #define __RS232_H 3 4 int rs232_puts(const char *s); 5 int rs232_putchar(int c); 6 7 #endif /* __RS232_H */