xref: /minix3/minix/lib/liblwip/dist/test/unit/tcp/test_tcp_oos.h (revision 5d5fbe79c1b60734f34c69330aec5496644e8651)
1 #ifndef LWIP_HDR_TEST_TCP_OOS_H
2 #define LWIP_HDR_TEST_TCP_OOS_H
3 
4 #include "../lwip_check.h"
5 
6 Suite *tcp_oos_suite(void);
7 
8 #endif
9