Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
kernel
/
linux-linaro-stable.git
/
f7ca90b160307d63aaedab8bd451c24a182db20f
/
.
/
include
/
linux
/
platform_data
/
i2c-nuc900.h
blob: 9ffb12d06e9178bf4497ba7088cfbdb7136dc7cc [
file
] [
log
] [
blame
]
Wan ZongShun
ededad3
2010-06-25 13:43:07 +0800
[
diff
] [
blame
]
1
#ifndef
__ASM_ARCH_NUC900_I2C_H
2
#define
__ASM_ARCH_NUC900_I2C_H
3
4
struct
nuc900_platform_i2c
{
5
int
bus_num
;
6
unsigned
long
bus_freq
;
7
};
8
9
#endif
/* __ASM_ARCH_NUC900_I2C_H */