securemsm-kernel: smcinvoke: add forward declaration

Add a forward declaration to avoid compilation errors.

Change-Id: I2b72059a6f739cc89c2da255bba736a2b4a1402a
Signed-off-by: Reut Zysman <quic_rzysman@quicinc.com>
This commit is contained in:
Reut Zysman
2023-06-27 13:17:38 -07:00
committed by Gerrit - the friendly Code Review server
parent 5b4eba2697
commit 60fd58f999

View File

@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
/*
* Copyright (c) 2016-2021, The Linux Foundation. All rights reserved.
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
* Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
*/
#ifndef __SMCINVOKE_OBJECT_H
#define __SMCINVOKE_OBJECT_H
@@ -116,6 +116,7 @@
((nObjectsOut) << 12)))
union ObjectArg;
struct smcinvoke_cmd_req;
typedef int32_t (*ObjectInvoke)(void *h,
uint32_t op,