summaryrefslogtreecommitdiff
path: root/libhw/common_include
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-10-30 01:44:34 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-10-30 01:46:19 -0600
commit191c5ae0cde0b753eaa6d4e9074ddab465933700 (patch)
treee59e0a3a08b7e2aa936d031142354780502bd062 /libhw/common_include
parent26361be59c08917c47718bcd4114b8028aaf7810 (diff)
Finish the W5500 driver?
Diffstat (limited to 'libhw/common_include')
-rw-r--r--libhw/common_include/libhw/generic/net.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libhw/common_include/libhw/generic/net.h b/libhw/common_include/libhw/generic/net.h
index 08b411f..8dedaea 100644
--- a/libhw/common_include/libhw/generic/net.h
+++ b/libhw/common_include/libhw/generic/net.h
@@ -17,6 +17,8 @@
#define NET_EOTHER 1
#define NET_ETIMEDOUT 2
#define NET_ETHREAD 3
+#define NET_ECLOSED 4
+#define NET_EMSGSIZE 5
/* Address types **************************************************************/