diff --git a/host/generic/spibus.go b/host/generic/spibus.go index ad3bcec..ef29c02 100644 --- a/host/generic/spibus.go +++ b/host/generic/spibus.go @@ -36,6 +36,8 @@ type spiIOCTransfer struct { speedHz uint32 delayus uint16 bitsPerWord uint8 + csChange uint8 + pad uint32 } type spiBus struct {