From 221a0cb9c45c205cb07dfd6bc91d401363d3c8c1 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Fri, 18 Oct 2024 00:43:28 -0600 Subject: wip w5500 --- cmd/sbc_harness/hw/w5500.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cmd/sbc_harness/hw/w5500.h') 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 { -- cgit v1.2.3-2-g168b