posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
Loading...
Searching...
No Matches
tcp.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2019 Linaro Limited
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
20#ifndef ZEPHYR_INCLUDE_POSIX_NETINET_TCP_H_
21#define ZEPHYR_INCLUDE_POSIX_NETINET_TCP_H_
22
23#include <zephyr/net/socket.h>
24
25#ifdef __cplusplus
26extern "C" {
27#endif
28
29
30#ifdef __cplusplus
31}
32#endif
33
34#endif /* ZEPHYR_INCLUDE_POSIX_NETINET_TCP_H_ */