aboutsummaryrefslogtreecommitdiff
path: root/system/include/net/arpa/inet.h
diff options
context:
space:
mode:
Diffstat (limited to 'system/include/net/arpa/inet.h')
-rw-r--r--system/include/net/arpa/inet.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/system/include/net/arpa/inet.h b/system/include/net/arpa/inet.h
new file mode 100644
index 00000000..2cc6f45a
--- /dev/null
+++ b/system/include/net/arpa/inet.h
@@ -0,0 +1,6 @@
+/* */
+
+uint32_t ntohl(uint32_t netlong);
+
+uint16_t ntohs(uint16_t netshort);
+