mirror of https://github.com/LeOS-GSI/LeOS-Genesis
9 lines
110 B
C
9 lines
110 B
C
|
#ifndef __TEST_DHCP_H__
|
||
|
#define __TEST_DHCP_H__
|
||
|
|
||
|
#include "../lwip_check.h"
|
||
|
|
||
|
Suite* dhcp_suite(void);
|
||
|
|
||
|
#endif
|