mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-07 14:54:17 +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
|