summaryrefslogtreecommitdiff
path: root/cmd/sbc_harness/hw/w5500.h
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-10-18 00:43:28 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-10-18 00:43:28 -0600
commit221a0cb9c45c205cb07dfd6bc91d401363d3c8c1 (patch)
treebf6e189e5eec41e068ba4e2a677d4d7b9d478d34 /cmd/sbc_harness/hw/w5500.h
parentfcc4852960d3f92b3aa55cc98e627ae8e648d625 (diff)
wip w5500
Diffstat (limited to 'cmd/sbc_harness/hw/w5500.h')
-rw-r--r--cmd/sbc_harness/hw/w5500.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/sbc_harness/hw/w5500.h b/cmd/sbc_harness/hw/w5500.h
index f8a7034..4f02152 100644
--- a/cmd/sbc_harness/hw/w5500.h
+++ b/cmd/sbc_harness/hw/w5500.h
@@ -16,6 +16,9 @@ struct _w5500_listener;
struct _w5500_conn {
/* const-after-init */
implements_net_conn;
+ /* mutable */
+ bool read_open;
+ bool write_open;
};
struct _w5500_listener {