android_kernel_xiaomi_sm8450/include/soc/qcom/ctrusted_camera_driver.h
Rohit Soneta 80b8e9d4ee msm-5.10: Expose TrustedCameraDriver headers to camera kernel
Expose a new TrustedCameraDriver interface to camera kernel
for lane protection and configuring camera h/w ports.

Change-Id: Ieeb6e3a4817e2db968f3ec812f03eb54f9b7c4c3
Signed-off-by: Rohit Soneta <quic_rsoneta@quicinc.com>
2023-05-09 22:09:25 +05:30

14 lines
246 B
C

/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
*/
#ifndef __CTRUSTED_CAMERA_DRIVER_H
#define __CTRUSTED_CAMERA_DRIVER_H
#define CTRUSTEDCAMERADRIVER_UID 283
#endif