blob: d891a92aff5d680573445d4a95f05ab1f9c8de57 [file] [log] [blame]
#ifdef CONFIG_NETWORKING_UART
int net_driver_slip_init(void);
#else
#define net_driver_slip_init()
#endif