repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sched/wake_q: Clarify queue reinit comment
[cris-mirror.git]
/
include
/
linux
/
platform_data
/
media
/
ir-rx51.h
blob
812d8730787735d15dbc273ff4bd922bbe899ca2
1
#ifndef _LIRC_RX51_H
2
#define _LIRC_RX51_H
3
4
struct
lirc_rx51_platform_data
{
5
int
(*
set_max_mpu_wakeup_lat
)(
struct
device
*
dev
,
long
t
);
6
};
7
8
#endif