securemsm-noship: smcinvoke: Rename define

Rename define to avoid definition duplications.

Change-Id: I3b3e87c41a3d2aef2310a1511c54013b3b6bf413
Signed-off-by: Reut Zysman <quic_rzysman@quicinc.com>
This commit is contained in:
Reut Zysman
2023-06-30 11:16:16 -07:00
committed by Gerrit - the friendly Code Review server
parent ce2b7baa79
commit aa1d1edbde

View File

@@ -3,8 +3,8 @@
* Copyright (c) 2017-2020, The Linux Foundation. All rights reserved.
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
*/
#ifndef _SMCINVOKE_H_
#define _SMCINVOKE_H_
#ifndef _UAPI_SMCINVOKE_H_
#define _UAPI_SMCINVOKE_H_
#include <linux/types.h>
#include <linux/ioctl.h>
@@ -107,4 +107,4 @@ struct smcinvoke_server {
#define SMCINVOKE_IOCTL_LOG \
_IOC(_IOC_READ|_IOC_WRITE, SMCINVOKE_IOC_MAGIC, 255, SMCINVOKE_LOG_BUF_SIZE)
#endif /* _SMCINVOKE_H_ */
#endif /* _UAPI_SMCINVOKE_H_ */