repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add linux-next specific files for 20110831
[linux-2.6/next.git]
/
include
/
linux
/
i2c
/
i2c-sh_mobile.h
blob
beda7081aead57cb59493e75d5d5b11ab5d6b6df
1
#ifndef __I2C_SH_MOBILE_H__
2
#define __I2C_SH_MOBILE_H__
3
4
#include <linux/platform_device.h>
5
6
struct
i2c_sh_mobile_platform_data
{
7
unsigned long
bus_speed
;
8
};
9
10
#endif
/* __I2C_SH_MOBILE_H__ */