mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-25 16:37:20 +08:00
8455ad8797
Signed-off-by: MurphyZhao <d2014zjt@163.com>
9 lines
126 B
C
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
|