1 /*
2  * Copyright (c) 2020 Linumiz
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #ifndef __DHCP_H__
8 #define __DHCP_H__
9 
10 void app_dhcpv4_startup(void);
11 
12 #endif
13