repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/i915: Only call udelay() when waiting for clocks to stabilise
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
include
/
linux
/
i2c
/
s6000.h
blob
d9b34bfdae7604c36fb57be28cc1eaf73e14d7c9
1
#ifndef __LINUX_I2C_S6000_H
2
#define __LINUX_I2C_S6000_H
3
4
struct
s6_i2c_platform_data
{
5
const char
*
clock
;
/* the clock to use */
6
int
bus_num
;
/* the bus number to register */
7
};
8
9
#endif
10