]> Git Repo - J-linux.git/blob - include/linux/omap-mailbox.h
Merge tag 'apparmor-pr-2024-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git...
[J-linux.git] / include / linux / omap-mailbox.h
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 */
This page took 0.0251169999999999 seconds and 4 git commands to generate.