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
xtensa: fix high memory/reserved memory collision
[cris-mirror.git]
/
include
/
linux
/
platform_data
/
media
/
ir-rx51.h
blob
9d127aa648e72bcae6d9eb7f3d6fb9c86f493a7d
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef _IR_RX51_H
3
#define _IR_RX51_H
4
5
struct
ir_rx51_platform_data
{
6
int
(*
set_max_mpu_wakeup_lat
)(
struct
device
*
dev
,
long
t
);
7
};
8
9
#endif