__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
/* SPDX-License-Identifier: GPL-2.0 */
/*
 *Copyright (c) 2024 Microchip Technology Inc. All rights reserved.
 */

#ifndef _LINUX_MCHP_IPC_H_
#define _LINUX_MCHP_IPC_H_

#include <linux/mailbox_controller.h>
#include <linux/types.h>

struct mchp_ipc_msg {
	u32 *buf;
	u16 size;
};

struct mchp_ipc_sbi_chan {
	void *buf_base_tx;
	void *buf_base_rx;
	void *msg_buf_tx;
	void *msg_buf_rx;
	phys_addr_t buf_base_tx_addr;
	phys_addr_t buf_base_rx_addr;
	phys_addr_t msg_buf_tx_addr;
	phys_addr_t msg_buf_rx_addr;
	int chan_aggregated_irq;
	int mp_irq;
	int mc_irq;
	u32 id;
	u32 max_msg_size;
};

#endif /* _LINUX_MCHP_IPC_H_ */

Filemanager

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
Filemanager