rt-thread-official/components/net/lwip-1.4.1/test/unit/etharp/test_etharp.h

9 lines
116 B
C
Raw Normal View History

2013-01-09 16:13:42 +08:00
#ifndef __TEST_ETHARP_H__
#define __TEST_ETHARP_H__
#include "../lwip_check.h"
Suite* etharp_suite(void);
#endif