Add 'qcom/opensource/securemsm-kernel/' from commit 'a6005ceed271246683596608e4c56b4d921fb363'
git-subtree-dir: qcom/opensource/securemsm-kernel git-subtree-mainline:46e9caf0d0
git-subtree-split:a6005ceed2
Change-Id: repo: https://git.codelinaro.org/clo/la/platform/vendor/qcom/opensource/securemsm-kernel tag: LA.VENDOR.14.3.0.r1-17300-lanai.QSSI15.0
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/*
|
||||
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*/
|
||||
|
||||
#ifndef __QTI_SMMU_PROXY_COMMON_H_
|
||||
#define __QTI_SMMU_PROXY_COMMON_H_
|
||||
|
||||
#include <linux/module.h>
|
||||
#include <linux/of_platform.h>
|
||||
#include <linux/platform_device.h>
|
||||
#include <linux/cdev.h>
|
||||
#include <linux/dma-buf.h>
|
||||
|
||||
#include <linux/mem-buf.h>
|
||||
#include <soc/qcom/secure_buffer.h>
|
||||
#include <linux/gunyah/gh_msgq.h>
|
||||
#include "qti-smmu-proxy-msgq.h"
|
||||
#include "linux/qti-smmu-proxy.h"
|
||||
|
||||
union smmu_proxy_ioctl_arg {
|
||||
struct csf_version csf_version;
|
||||
struct smmu_proxy_acl_ctl acl_ctl;
|
||||
struct smmu_proxy_wipe_buf_ctl wipe_buf_ctl;
|
||||
struct smmu_proxy_get_dma_buf_ctl get_dma_buf_ctl;
|
||||
};
|
||||
|
||||
int smmu_proxy_create_dev(const struct file_operations *fops);
|
||||
|
||||
#endif /* __QTI_SMMU_PROXY_COMMON_H_ */
|
Reference in New Issue
Block a user