repo.or.cz
/
linux-2.6
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
checkpatch: allow printk strings to exceed 80 characters to maintain their searchability
[linux-2.6/mini2440.git]
/
include
/
linux
/
spi
/
max7301.h
blob
6dfd83f19b4b1ceaa8575c25b2a6efe949e9d963
1
#ifndef LINUX_SPI_MAX7301_H
2
#define LINUX_SPI_MAX7301_H
3
4
struct
max7301_platform_data
{
5
/* number assigned to the first GPIO */
6
unsigned
base
;
7
};
8
9
#endif