summaryrefslogtreecommitdiff
path: root/ext/lwip/test/unit/etharp/test_etharp.h
blob: 96e00c3bbe5653b5f19cac7261e38314b5f385c9 (plain)
1
2
3
4
5
6
7
8
#ifndef __TEST_ETHARP_H__
#define __TEST_ETHARP_H__

#include "../lwip_check.h"

Suite* etharp_suite(void);

#endif