mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-16 23:15:37 +00:00
1d04b06450
(cherry picked from commit 5ea7f507c3
)
# 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
|