summaryrefslogtreecommitdiff
path: root/third_party/lwip-1.4.1/test/unit/etharp/test_etharp.h
blob: 4a06c32bbe66b365a791677360b32648ff4295aa (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