blob: 3760d46c5f7a53099f4a034c3156cb0559859101 [file] [log] [blame]
/* DHCPv4 client startup. */
/*
* Copyright (c) 2018 Linaro Ltd
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef __DHCP_H__
#define __DHCP_H__
void app_dhcpv4_startup(void);
#endif /* not __DHCP_H__ */