Sign in
android-kvm
/
linux
/
5ca33c6ac30596fc1403a092f46ea48c406734e4
/
.
/
include
/
asm-sh
/
spi.h
blob: e96f5b0953c84724544abc7b355df565b0e01a55 [
file
] [
log
] [
blame
]
Magnus Damm
6582d7b
2008-01-23 16:21:18 +0900
[
diff
] [
blame
]
1
#ifndef
__ASM_SPI_H__
2
#define
__ASM_SPI_H__
3
4
struct
sh_spi_info
;
5
6
struct
sh_spi_info
{
7
int
bus_num
;
8
int
num_chipselect
;
9
10
void
(*
chip_select
)(
struct
sh_spi_info
*
spi
,
int
cs
,
int
state
);
11
};
12
13
#endif
/* __ASM_SPI_H__ */