4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-23 16:57:22 +08:00
2021-06-25 15:58:43 +08:00

9 lines
126 B
C

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