mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-15 02:48:54 +00:00
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
|