]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/IndustryStandard/Pci30.h
Update the copyright notice format
[mirror_edk2.git] / MdePkg / Include / IndustryStandard / Pci30.h
index 04bded621c0f4f5e15aeba5e9b99b95f450e2f5b..2ad05e820f9c0d7c57eb600ad36b83c12b8565b2 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
   Support for PCI 3.0 standard.\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation                                                         \r
-  All rights reserved. This program and the accompanying materials                          \r
+  Copyright (c) 2006 - 2008, 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
 #define EFI_PCI_CAPABILITY_ID_PCIEXP  0x10\r
 \r
+#pragma pack(1)\r
+\r
 ///\r
-/// defined in PCI Firmware Specification\r
+/// PCI Data Structure Format\r
+/// Section 5.1.2, PCI Firmware Specification, Revision 3.0\r
 ///\r
 typedef struct {\r
   UINT32  Signature;    ///< "PCIR"\r
@@ -50,4 +53,6 @@ typedef struct {
   UINT16  DMTFCLPEntryPointOffset;\r
 } PCI_3_0_DATA_STRUCTURE;\r
 \r
+#pragma pack()\r
+\r
 #endif\r