projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
sh: clkfwk: add clk_set_parent/clk_get_parent
[linux-2.6]
/
arch
/
sh
/
include
/
asm
/
spi.h
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__ */