JustOS/linux-6.13/include/linux/omap-mailbox.h
justuser 02e73b8cd9 up
2025-01-24 17:00:19 +03:00

14 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 */