1
0
mirror of https://github.com/lwip-tcpip/lwip.git synced 2025-01-27 03:35:38 +00:00

9 lines
130 B
C

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