1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/native/include/board_internal.h

7 lines
153 B
C
Raw Normal View History

#ifdef MODULE_UART0
#include <sys/select.h>
void _native_handle_uart0_input(void);
void _native_init_uart0(void);
2013-07-16 17:57:52 +02:00
int _native_set_uart_fds(void);
#endif