]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DynamicTablesPkg/Include/ArmNameSpaceObjects.h
DynamicTablesPkg: Re-order GicItsIdentifierArray struct
[mirror_edk2.git] / DynamicTablesPkg / Include / ArmNameSpaceObjects.h
index f0654866444e5497a010f7e7177199604f5d32b6..bc463d19879dd872d320059b568b66f2d0406309 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
 \r
-  Copyright (c) 2017 - 2020, Arm Limited. All rights reserved.<BR>\r
+  Copyright (c) 2017 - 2021, Arm Limited. All rights reserved.<BR>\r
 \r
   SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
@@ -465,16 +465,6 @@ typedef struct CmArmItsGroupNode {
   CM_OBJECT_TOKEN   ItsIdToken;\r
 } CM_ARM_ITS_GROUP_NODE;\r
 \r
-/** A structure that describes the\r
-    GIC ITS Identifiers for an ITS Group node.\r
-\r
-    ID: EArmObjGicItsIdentifierArray\r
-*/\r
-typedef struct CmArmGicItsIdentifier {\r
-  /// The ITS Identifier\r
-  UINT32  ItsId;\r
-} CM_ARM_ITS_IDENTIFIER;\r
-\r
 /** A structure that describes the\r
     Named component node for the Platform.\r
 \r
@@ -636,6 +626,16 @@ typedef struct CmArmPmcgNode {
   CM_OBJECT_TOKEN   ReferenceToken;\r
 } CM_ARM_PMCG_NODE;\r
 \r
+/** A structure that describes the\r
+    GIC ITS Identifiers for an ITS Group node.\r
+\r
+    ID: EArmObjGicItsIdentifierArray\r
+*/\r
+typedef struct CmArmGicItsIdentifier {\r
+  /// The ITS Identifier\r
+  UINT32  ItsId;\r
+} CM_ARM_ITS_IDENTIFIER;\r
+\r
 /** A structure that describes the\r
     ID Mappings for the Platform.\r
 \r