1 /* SPDX-License-Identifier: GPL-2.0-only OR MIT */
3 * Apple mailbox message format
5 * Copyright (C) 2021 The Asahi Linux Contributors
8 #ifndef _LINUX_APPLE_MAILBOX_H_
9 #define _LINUX_APPLE_MAILBOX_H_
11 #include <linux/types.h>
13 /* encodes a single 96bit message sent over the single channel */
14 struct apple_mbox_msg {