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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/net/tcp/tcp.h b/nuttx/net/tcp/tcp.h
index 73fcdd9f8..b63725ac0 100644
--- a/nuttx/net/tcp/tcp.h
+++ b/nuttx/net/tcp/tcp.h
@@ -153,6 +153,9 @@ void tcp_wrbuffer_initialize(void);
* the free list. This function is called from TCP logic when a buffer
* of TCP data is about to sent
*
+ * Input parameters:
+ * None
+ *
* Assumptions:
* Called from user logic with interrupts enabled.
*