repo.or.cz
/
zen-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
spi-topcliff-pch: Fix issue for transmitting over 4KByte
[zen-stable.git]
/
include
/
linux
/
spi
/
sh_msiof.h
blob
2e8db3d2d2e5ef7aedbd834534cd7fe6625d9c34
1
#ifndef __SPI_SH_MSIOF_H__
2
#define __SPI_SH_MSIOF_H__
3
4
struct
sh_msiof_spi_info
{
5
int
tx_fifo_override
;
6
int
rx_fifo_override
;
7
u16 num_chipselect
;
8
};
9
10
#endif
/* __SPI_SH_MSIOF_H__ */