/* * Copyright (c) 2020 Linumiz * * SPDX-License-Identifier: Apache-2.0 */ #ifndef __DHCP_H__ #define __DHCP_H__ void app_dhcpv4_startup(void); #endif