summaryrefslogtreecommitdiff
path: root/libhw/w5500.c
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-10-29 01:02:02 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-10-29 01:40:02 -0600
commit7ff738390e55d57a0f513c467a9da3b08c6902ab (patch)
tree384bd03462a9790c9c747b895cf5de0677659db7 /libhw/w5500.c
parentaffe77a2b068a9de236f0d7703092dbfafacff5e (diff)
Add a way to make private object members
Diffstat (limited to 'libhw/w5500.c')
-rw-r--r--libhw/w5500.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libhw/w5500.c b/libhw/w5500.c
index a141fb3..0d9cd01 100644
--- a/libhw/w5500.c
+++ b/libhw/w5500.c
@@ -73,6 +73,7 @@
#include <libcr/coroutine.h> /* for cr_yield() */
#include <libmisc/vcall.h> /* for VCALL_SELF() */
+#define IMPLEMENTATION_FOR_LIBHW_W5500_H YES
#include <libhw/w5500.h>
#include "w5500_ll.h"