]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Nt32Pkg/SnpNt32Dxe/SnpNt32.h
UefiCpuPkg: Remove double \r
[mirror_edk2.git] / Nt32Pkg / SnpNt32Dxe / SnpNt32.h
index cb95c5711c228d3f8c61642d33baf729025fd329..9939c6bd648ff8525f617cc4e169e36c22d5e4af 100644 (file)
@@ -1,13 +1,7 @@
 /** @file\r
 \r
-Copyright (c) 2006 - 2016, 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
-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
+Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 Module Name:\r
 \r
@@ -160,20 +154,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 +175,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