libsys.h 240 B

12345678910111213141516
  1. /* $Source$
  2. * $State$
  3. * $Revision$
  4. */
  5. #ifndef LIBSYS_H
  6. #define LIBSYS_H
  7. extern void _sys_rawwrite(unsigned char b);
  8. extern unsigned char _sys_rawread(void);
  9. extern void _sys_write_tty(char c);
  10. /* extern int _sys_ttyflags; */
  11. #endif