voron

experimental ARM OS
git clone git://git.2f30.org/voron
Log | Files | Refs | README | LICENSE

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 */