[IP][LWIP][TCPIP] Move ip and lwip libraries to drivers/network/tcpip
[reactos.git] / drivers / network / tcpip / lwip / test / unit / tcp / test_tcp.h
diff --git a/drivers/network/tcpip/lwip/test/unit/tcp/test_tcp.h b/drivers/network/tcpip/lwip/test/unit/tcp/test_tcp.h
new file mode 100644 (file)
index 0000000..f1c4a46
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef __TEST_TCP_H__
+#define __TEST_TCP_H__
+
+#include "../lwip_check.h"
+
+Suite *tcp_suite(void);
+
+#endif