]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Nt32Pkg/SnpNt32Dxe/SnpNt32.h
UefiCpuPkg/CpuDxe: Enable protection for newly added page table
[mirror_edk2.git] / Nt32Pkg / SnpNt32Dxe / SnpNt32.h
index cb95c5711c228d3f8c61642d33baf729025fd329..56251342e693bac879d68f9b77b60bb70f75e3ee 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
 \r
-Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>\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
@@ -160,20 +160,6 @@ struct _SNPNT32_GLOBAL_DATA {
 \r
   EFI_LOCK                          Lock;\r
 \r
-  //\r
-  // Array of the recycled transmit buffer address.\r
-  //\r
-  UINT64                            *RecycledTxBuf;\r
-\r
-  //\r
-  // Current number of recycled buffer pointers in RecycledTxBuf.\r
-  //\r
-  UINT32                             RecycledTxBufCount;\r
-\r
-  // The maximum number of recycled buffer pointers in RecycledTxBuf.\r
-  //\r
-  UINT32                             MaxRecycledTxBuf;\r
-\r
   //\r
   //  Private functions\r
   //\r
@@ -195,6 +181,21 @@ struct _SNPNT32_INSTANCE_DATA {
   //\r
   LIST_ENTRY                  Entry;\r
 \r
+  //\r
+  // Array of the recycled transmit buffer address.\r
+  //\r
+  UINT64                      *RecycledTxBuf;\r
+\r
+  //\r
+  // Current number of recycled buffer pointers in RecycledTxBuf.\r
+  //\r
+  UINT32                      RecycledTxBufCount;\r
+\r
+  //\r
+  // The maximum number of recycled buffer pointers in RecycledTxBuf.\r
+  //\r
+  UINT32                      MaxRecycledTxBuf;\r
+\r
   SNPNT32_GLOBAL_DATA         *GlobalData;\r
 \r
   EFI_HANDLE                  DeviceHandle;\r