4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-12 21:09:15 +08:00

9 lines
120 B
C
Raw Normal View History

#ifndef LWIP_HDR_TEST_DHCP_H
#define LWIP_HDR_TEST_DHCP_H
#include "../lwip_check.h"
Suite* dhcp_suite(void);
#endif