mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
7 lines
154 B
C
7 lines
154 B
C
#ifdef MODULE_UART0
|
|
#include <sys/select.h>
|
|
extern fd_set _native_uart_rfds;
|
|
void _native_handle_uart0_input(void);
|
|
void _native_init_uart0(void);
|
|
#endif
|