4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-17 03:03:32 +08:00
2013-01-09 00:13:42 -08:00

9 lines
116 B
C

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