mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-12 03:05:22 +00:00
This slip driver is needed for sending packets outside of qemu. Change-Id: Ifc37181094ddebce08d97ae889f3a58c03d01ae1 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
7 lines
107 B
C
7 lines
107 B
C
|
|
#ifdef CONFIG_NETWORKING_UART
|
|
int net_driver_slip_init(void);
|
|
#else
|
|
#define net_driver_slip_init()
|
|
#endif
|