repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/panel-edp: Add STA 116QHD024002
[drm/drm-misc.git]
/
include
/
linux
/
omap-mailbox.h
blob
3cc5c4ed7f5a671908120557d1818b8d93c39ff9
1
/* SPDX-License-Identifier: GPL-2.0 */
2
/*
3
* omap-mailbox: interprocessor communication module for OMAP
4
*/
5
6
#ifndef OMAP_MAILBOX_H
7
#define OMAP_MAILBOX_H
8
9
typedef
uintptr_t
mbox_msg_t
;
10
11
#define omap_mbox_message(data) (u32)(mbox_msg_t)(data)
12
13
#endif
/* OMAP_MAILBOX_H */