mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
16 lines
425 B
C
16 lines
425 B
C
/*
|
|
* Written by the Chair for Operating Systems, RWTH Aachen University
|
|
*
|
|
* NO Copyright (C) 2010-2011, Stefan Lankes
|
|
* consider these trivial macros to be public domain.
|
|
*
|
|
* These functions are distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
*/
|
|
|
|
#ifndef __NETINET_TCP_H__
|
|
#define __NETINET_TCP_H__
|
|
|
|
#include <lwip/tcp.h>
|
|
|
|
#endif /* __NETINET_TCP_H__ */
|