30 #ifndef _ESOS_PC_STDIO_H
31 #define _ESOS_PC_STDIO_H
41 extern struct termios stored_settings;
46 void __esos_hw_signal_start_tx(
void);
47 void __esos_hw_signal_stop_tx(
void);
49 void set_keypress(
void);
60 void __esos_hw_PutUint8(
uint8 u8_c);
61 void __esos_hw_PutString(
uint8* psz_in);
62 uint8 __esos_hw_GetUint8(
void);
64 void __esos_hw_InitCommSystem(
void);
66 #endif // end ESOS_PC_STDIO_H