Add more fields to spi for rpi2

This commit is contained in:
Wu Jiang 2015-12-22 18:53:55 -05:00
parent 1b48067d77
commit 9f410121be
1 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,9 @@ type spiIOCTransfer struct {
speedHz uint32
delayus uint16
bitsPerWord uint8
csChange uint8
pad uint32
}
type spiBus struct {