6895da5307
* [net] adjust folder structure - 将lwip相关的文件夹,移入lwip文件夹 - Kconfig 分散到at netdev lwip sal文件夹中,使用menuconfig代替menu
9 lines
116 B
C
9 lines
116 B
C
#ifndef __TEST_ETHARP_H__
|
|
#define __TEST_ETHARP_H__
|
|
|
|
#include "../lwip_check.h"
|
|
|
|
Suite* etharp_suite(void);
|
|
|
|
#endif
|