Browse Source

Merge "securemsm-noship: smcinvoke: Rename define"

qctecmdr 1 year ago
parent
commit
04da297e9b
1 changed files with 3 additions and 3 deletions
  1. 3 3
      include/linux/smcinvoke.h

+ 3 - 3
include/linux/smcinvoke.h

@@ -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_ */