git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
9 lines
146 B
C
9 lines
146 B
C
#ifndef _LIRC_RX51_H
|
|
#define _LIRC_RX51_H
|
|
|
|
struct lirc_rx51_platform_data {
|
|
int(*set_max_mpu_wakeup_lat)(struct device *dev, long t);
|
|
};
|
|
|
|
#endif
|