summaryrefslogtreecommitdiff
path: root/nuttx/net/tcp/tcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/tcp/tcp.h')
-rw-r--r--nuttx/net/tcp/tcp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/nuttx/net/tcp/tcp.h b/nuttx/net/tcp/tcp.h
index 61089c905..4481774d5 100644
--- a/nuttx/net/tcp/tcp.h
+++ b/nuttx/net/tcp/tcp.h
@@ -70,7 +70,6 @@ extern "C"
* Public Function Prototypes
****************************************************************************/
-#ifdef CONFIG_NET_TCP
/* Defined in tcp_conn.c ****************************************************/
void tcp_initialize(void);
@@ -130,7 +129,6 @@ uint16_t tcp_callback(FAR struct uip_driver_s *dev,
uint16_t tcp_datahandler(FAR struct tcp_conn_s *conn,
FAR uint8_t *buffer, uint16_t nbytes);
#endif
-#endif /* CONFIG_NET_TCP */
/****************************************************************************
* Function: psock_tcp_send