bl_iot_sdk/components/network/lwip_dhcpd/dhcp_server.h
2020-10-26 20:35:25 +08:00

27 lines
430 B
C

/**
****************************************************************************************
*
* @file dhcp_server.h
* Copyright (C) Bouffalo Lab 2016-2018
*
****************************************************************************************
*/
#ifndef DHCPV4_SERVER_H__
#define DHCPV4_SERVER_H__
#ifdef __cplusplus
extern "C" {
#endif
void dhcpd_start(struct netif *netif);
#ifdef __cplusplus
}
#endif
#endif