Files
luban-lite-t3e-pro/bsp/artinchip/include/drv_bare/aic_stdio.h

17 lines
185 B
C
Raw Normal View History

2023-11-30 19:48:02 +08:00
#ifndef __AIC_STDIO_H_
2023-08-30 16:21:18 +08:00
#define __AIC_STDIO_H_
#ifdef __cplusplus
extern "C" {
#endif
void stdio_set_uart(int id);
2023-11-30 19:48:02 +08:00
void stdio_unset_uart(int id);
2023-08-30 16:21:18 +08:00
#ifdef __cplusplus
}
#endif
#endif