summaryrefslogtreecommitdiffstats
path: root/PrmPkg/Include/PrmMmio.h
diff options
context:
space:
mode:
Diffstat (limited to 'PrmPkg/Include/PrmMmio.h')
-rw-r--r--PrmPkg/Include/PrmMmio.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/PrmPkg/Include/PrmMmio.h b/PrmPkg/Include/PrmMmio.h
index fb216c27e8..6aca19f912 100644
--- a/PrmPkg/Include/PrmMmio.h
+++ b/PrmPkg/Include/PrmMmio.h
@@ -20,9 +20,9 @@
/// The memory range with the given base address and length will be marked as EFI_MEMORY_RUNTIME.
///
typedef struct {
- EFI_PHYSICAL_ADDRESS PhysicalBaseAddress;
- EFI_PHYSICAL_ADDRESS VirtualBaseAddress;
- UINT32 Length;
+ EFI_PHYSICAL_ADDRESS PhysicalBaseAddress;
+ EFI_PHYSICAL_ADDRESS VirtualBaseAddress;
+ UINT32 Length;
} PRM_RUNTIME_MMIO_RANGE;
///
@@ -33,11 +33,11 @@ typedef struct {
///
/// The number of runtime memory range elements in this buffer.
///
- UINT64 Count;
+ UINT64 Count;
///
/// The beginning of the runtime memory range data.
///
- PRM_RUNTIME_MMIO_RANGE Range[1];
+ PRM_RUNTIME_MMIO_RANGE Range[1];
} PRM_RUNTIME_MMIO_RANGES;
#pragma pack(pop)