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_t u8_c);
61 void __esos_hw_PutString(
uint8_t* psz_in);
62 uint8_t __esos_hw_GetUint8(
void);
64 void __esos_hw_InitCommSystem(
void);
66 #endif // end ESOS_PC_STDIO_H