xmclib/ThirdPartyLibraries/lwip/test/unit/etharp/test_etharp.h

9 lines
134 B
C
Raw Normal View History

2024-10-17 17:09:59 +02:00
#ifndef LWIP_HDR_TEST_ETHARP_H
#define LWIP_HDR_TEST_ETHARP_H
#include "../lwip_check.h"
Suite* etharp_suite(void);
#endif