mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-03 21:14:40 +08:00

(cherry picked from commit 5ea7f507c3d05ab86bdc14de0f016f2778db8cb3) # Conflicts: # test/unit/Filelists.mk # test/unit/lwipopts.h
9 lines
117 B
C
9 lines
117 B
C
#ifndef LWIP_HDR_TEST_IP4_H
|
|
#define LWIP_HDR_TEST_IP4_H
|
|
|
|
#include "../lwip_check.h"
|
|
|
|
Suite* ip4_suite(void);
|
|
|
|
#endif
|