]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Include/IndustryStandard/ArmMmSvc.h
ArmPkg: Fix Ecc error 8003
[mirror_edk2.git] / ArmPkg / Include / IndustryStandard / ArmMmSvc.h
index a64b9ec23c4b377142e3335cd27c8b94e38d4c30..33d60ccf17bcea0897a0d186ec308a129a36cd78 100644 (file)
@@ -2,18 +2,12 @@
 *\r
 *  Copyright (c) 2012-2017, ARM Limited. All rights reserved.\r
 *\r
-*  This program and the accompanying materials\r
-*  are licensed and made available under the terms and conditions of the BSD License\r
-*  which accompanies this distribution.  The full text of the license may be found at\r
-*  http://opensource.org/licenses/bsd-license.php\r
-*\r
-*  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-*  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+*  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 *\r
 **/\r
 \r
-#ifndef __ARM_MM_SVC_H__\r
-#define __ARM_MM_SVC_H__\r
+#ifndef ARM_MM_SVC_H_\r
+#define ARM_MM_SVC_H_\r
 \r
 /*\r
  * SVC IDs to allow the MM secure partition to initialise itself, handle\r
@@ -47,4 +41,7 @@
 #define ARM_SVC_SPM_RET_DENIED               -3\r
 #define ARM_SVC_SPM_RET_NO_MEMORY            -5\r
 \r
-#endif\r
+#define SPM_MAJOR_VERSION                     0\r
+#define SPM_MINOR_VERSION                     1\r
+\r
+#endif // ARM_MM_SVC_H_\r