7 #ifndef UBINOS_BSP_DTTY_H_
8 #define UBINOS_BSP_DTTY_H_
23 #include <ubinos_config.h>
void dtty_write_process(void *arg)
int dtty_setautocr(int autocr)
int dtty_getc(char *ch_p)
int dtty_puts(const char *str, int max)
int dtty_putn(const char *str, int len)
int dtty_setecho(int echo)
int dtty_gets(char *str, int max)
int dtty_getc_unblocked(char *ch_p)