mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-30 03:29:13 -07:00
8 lines
116 B
C
8 lines
116 B
C
#ifndef __TEST_ETHARP_H__
|
|
#define __TEST_ETHARP_H__
|
|
|
|
#include "../lwip_check.h"
|
|
|
|
Suite* etharp_suite(void);
|
|
|
|
#endif
|