net: add lwIP TCP/IP stack
[bertos.git] / bertos / net / lwip / test / unit / udp / test_udp.h
diff --git a/bertos/net/lwip/test/unit/udp/test_udp.h b/bertos/net/lwip/test/unit/udp/test_udp.h
new file mode 100644 (file)
index 0000000..9335368
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef __TEST_UDP_H__
+#define __TEST_UDP_H__
+
+#include "../lwip_check.h"
+
+Suite* udp_suite(void);
+
+#endif