xref: /nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/unit/dhcp/test_dhcp.h (revision 042d53a763ad75cb1465103098bb88c245d95138)
1 #ifndef LWIP_HDR_TEST_DHCP_H
2 #define LWIP_HDR_TEST_DHCP_H
3 
4 #include "../lwip_check.h"
5 
6 Suite* dhcp_suite(void);
7 
8 #endif
9