Files
chromebox_10th_audio_driver/kernel-src/linux-hwe-6.17-6.17.0/include/linux/omap-mailbox.h
2026-04-04 07:45:01 +00: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 */