diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-18 00:43:28 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-18 00:43:28 -0600 |
commit | 221a0cb9c45c205cb07dfd6bc91d401363d3c8c1 (patch) | |
tree | bf6e189e5eec41e068ba4e2a677d4d7b9d478d34 /cmd/sbc_harness/hw/w5500.h | |
parent | fcc4852960d3f92b3aa55cc98e627ae8e648d625 (diff) |
wip w5500
Diffstat (limited to 'cmd/sbc_harness/hw/w5500.h')
-rw-r--r-- | cmd/sbc_harness/hw/w5500.h | 3 |
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 { |