repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
irqchip: crossbar: Introduce ti, max-crossbar-sources to identify valid crossbar...
[linux/fpc-iii.git]
/
include
/
media
/
ir-rx51.h
blob
104aa892f31b1b5040df767dbd9ba5f9365cd95a
1
#ifndef _LIRC_RX51_H
2
#define _LIRC_RX51_H
3
4
struct
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