4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-16 09:19:24 +08:00

9 lines
126 B
C
Raw Normal View History

2017-03-27 11:00:48 +08:00
#ifndef LWIP_HDR_TEST_ETHARP_H
#define LWIP_HDR_TEST_ETHARP_H
#include "../lwip_check.h"
Suite* etharp_suite(void);
#endif