__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Exynos mailbox message.
*
* Copyright 2024 Linaro Ltd.
*/
#ifndef _LINUX_EXYNOS_MESSAGE_H_
#define _LINUX_EXYNOS_MESSAGE_H_
#define EXYNOS_MBOX_CHAN_TYPE_DOORBELL 0
#define EXYNOS_MBOX_CHAN_TYPE_DATA 1
struct exynos_mbox_msg {
unsigned int chan_id;
unsigned int chan_type;
};
#endif /* _LINUX_EXYNOS_MESSAGE_H_ */
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| arm_mhuv2_message.h | File | 387 B | 0644 |
|
| brcm-message.h | File | 1.16 KB | 0644 |
|
| exynos-message.h | File | 375 B | 0644 |
|
| mchp-ipc.h | File | 625 B | 0644 |
|
| mtk-cmdq-mailbox.h | File | 1.82 KB | 0644 |
|
| zynqmp-ipi-message.h | File | 501 B | 0644 |
|