aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iicbus/twsi/twsi.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/iicbus/twsi/twsi.h')
-rw-r--r--sys/dev/iicbus/twsi/twsi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/iicbus/twsi/twsi.h b/sys/dev/iicbus/twsi/twsi.h
index b10ce45be6f4..ed0ea72ab819 100644
--- a/sys/dev/iicbus/twsi/twsi.h
+++ b/sys/dev/iicbus/twsi/twsi.h
@@ -64,6 +64,7 @@ struct twsi_softc {
uint16_t recv_bytes;
int transfer;
int error;
+ int debug;
uint32_t control_val;
bool iflag_w1c;