1 /* SPDX-License-Identifier: GPL-2.0 */ 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* 2 /* 3 * omap-mailbox: interprocessor communication 3 * omap-mailbox: interprocessor communication module for OMAP 4 */ 4 */ 5 5 6 #ifndef OMAP_MAILBOX_H 6 #ifndef OMAP_MAILBOX_H 7 #define OMAP_MAILBOX_H 7 #define OMAP_MAILBOX_H 8 8 9 typedef uintptr_t mbox_msg_t; 9 typedef uintptr_t mbox_msg_t; 10 10 11 #define omap_mbox_message(data) (u32)(mbox_msg 11 #define omap_mbox_message(data) (u32)(mbox_msg_t)(data) 12 12 13 #endif /* OMAP_MAILBOX_H */ 13 #endif /* OMAP_MAILBOX_H */ 14 14
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.