1
0
Fork 0
android_kernel_rockchip_tart/include/linux/omap-mailbox.h
2025-06-27 00:32:42 -05:00

13 lines
272 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/*
* omap-mailbox: interprocessor communication module for OMAP
*/
#ifndef OMAP_MAILBOX_H
#define OMAP_MAILBOX_H
typedef uintptr_t mbox_msg_t;
#define omap_mbox_message(data) (u32)(mbox_msg_t)(data)
#endif /* OMAP_MAILBOX_H */