You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
10 lines
167 B
C
10 lines
167 B
C
|
|
#ifndef __I2C_OMAP_H__
|
||
|
|
#define __I2C_OMAP_H__
|
||
|
|
|
||
|
|
struct omap_i2c_bus_platform_data {
|
||
|
|
u32 clkrate;
|
||
|
|
void (*set_mpu_wkup_lat)(struct device *dev, long set);
|
||
|
|
};
|
||
|
|
|
||
|
|
#endif
|