ir-rx51.h 163 B

12345678910
  1. #ifndef _LIRC_RX51_H
  2. #define _LIRC_RX51_H
  3. struct lirc_rx51_platform_data {
  4. int pwm_timer;
  5. int(*set_max_mpu_wakeup_lat)(struct device *dev, long t);
  6. };
  7. #endif