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>
14 lines
246 B
C
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
|
|
|
|
|