Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ef5a672f8d67c45fe2739c3a98a4e41d96b5cabc
/
.
/
include
/
linux
/
i2c-omap.h
blob: 78ebf507ce56769cdadaf26b79a034459b8c1fa4 [
file
] [
log
] [
blame
]
Kalle Jokiniemi
20c9d2c
2010-05-11 11:35:08 -0700
[
diff
] [
blame
]
1
#ifndef
__I2C_OMAP_H__
2
#define
__I2C_OMAP_H__
3
4
struct
omap_i2c_bus_platform_data
{
5
u32 clkrate
;
6
void
(*
set_mpu_wkup_lat
)(
struct
device
*
dev
,
long
set
);
7
};
8
9
#endif