]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/CpuMpPei/CpuMpPei.h
UefiCpuPkg/CpuMpPei: Add CodeSegment and DataSegment fields
[mirror_edk2.git] / UefiCpuPkg / CpuMpPei / CpuMpPei.h
index 5e56934a27b761fc2a691b25eae127fbb325f9c2..4c114decb6c66f1e2916a97bb93033400ef2c01f 100644 (file)
@@ -119,6 +119,8 @@ typedef struct {
   UINTN                 BufferStart;\r
   UINTN                 PmodeOffset;\r
   UINTN                 NumApsExecuting;\r
+  UINTN                 CodeSegment;\r
+  UINTN                 DataSegment;\r
   UINTN                 LmodeOffset;\r
   UINTN                 Cr3;\r
   PEI_CPU_MP_DATA       *PeiCpuMpData;\r