mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 15:22:18 +00:00
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
|