Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.5-rc2 10 lines 163 B view raw
1#ifndef _LIRC_RX51_H 2#define _LIRC_RX51_H 3 4struct lirc_rx51_platform_data { 5 int pwm_timer; 6 7 int(*set_max_mpu_wakeup_lat)(struct device *dev, long t); 8}; 9 10#endif