4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-30 13:00:26 +08:00
2011-05-26 16:54:35 +00:00

9 lines
116 B
C

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