blob: 99eb983f344a8ed7afc1a849dd50563a19ec1a57 [file] [log] [blame]
/* DHCPv4 client startup. */
/*
* Copyright (c) 2018 Linaro Ltd
* Copyright (c) 2023 Lucas Dietrich <ld.adecy@gmail.com>
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef __DHCP_H__
#define __DHCP_H__
void app_dhcpv4_startup(void);
#endif