diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-13 22:28:39 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-13 22:28:39 -0600 |
commit | 1427269e8650964713505728eda84bfec1f685e1 (patch) | |
tree | 121f2e0113d38d258d8a69a90e0a58e9a870063a /cmd/sbc_harness/hw/spi.h | |
parent | 7efdc721db9220642778a1183ec24ee2762b8ee8 (diff) |
wip
Diffstat (limited to 'cmd/sbc_harness/hw/spi.h')
-rw-r--r-- | cmd/sbc_harness/hw/spi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/sbc_harness/hw/spi.h b/cmd/sbc_harness/hw/spi.h index 4a160ca..c5a5603 100644 --- a/cmd/sbc_harness/hw/spi.h +++ b/cmd/sbc_harness/hw/spi.h @@ -31,7 +31,7 @@ struct spi; * non-multiple-of-8 number of bits. */ struct spi_vtable { - void (*readwritev)(struct spi *, const struct bidi_iovec *iov, int iovcnt) + void (*readwritev)(struct spi *, const struct bidi_iovec *iov, int iovcnt); }; struct spi { |