]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/Include/Library/PciCapPciIoLib.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / OvmfPkg / Include / Library / PciCapPciIoLib.h
index 553715fd50801233a8ba61a48a2f51b25d0d681e..1109096379169d07ad67a9d4c5b5e5292b7294c2 100644 (file)
@@ -4,13 +4,7 @@
 \r
   Copyright (C) 2018, Red Hat, Inc.\r
 \r
-  This program and the accompanying materials are licensed and made available\r
-  under the terms and conditions of the BSD License which accompanies this\r
-  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, WITHOUT\r
-  WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 **/\r
 \r
 #ifndef __PCI_CAP_PCI_IO_LIB_H__\r
@@ -20,7 +14,6 @@
 \r
 #include <Library/PciCapLib.h>\r
 \r
-\r
 /**\r
   Create a PCI_CAP_DEV object from an EFI_PCI_IO_PROTOCOL instance. The config\r
   space accessors are based upon EFI_PCI_IO_PROTOCOL.Pci.Read() and\r
 EFI_STATUS\r
 EFIAPI\r
 PciCapPciIoDeviceInit (\r
-  IN  EFI_PCI_IO_PROTOCOL *PciIo,\r
-  OUT PCI_CAP_DEV         **PciDevice\r
+  IN  EFI_PCI_IO_PROTOCOL  *PciIo,\r
+  OUT PCI_CAP_DEV          **PciDevice\r
   );\r
 \r
-\r
 /**\r
   Free the resources used by PciDevice.\r
 \r
@@ -52,7 +44,7 @@ PciCapPciIoDeviceInit (
 VOID\r
 EFIAPI\r
 PciCapPciIoDeviceUninit (\r
-  IN PCI_CAP_DEV *PciDevice\r
+  IN PCI_CAP_DEV  *PciDevice\r
   );\r
 \r
 #endif // __PCI_CAP_PCI_IO_LIB_H__\r