]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Library/PciHostBridgeLibScan/PciHostBridge.h
OvmfPkg: Apply uncrustify changes
[mirror_edk2.git] / OvmfPkg / Library / PciHostBridgeLibScan / PciHostBridge.h
CommitLineData
e120c962 1/** @file\r
8af38170
LE
2 OVMF's instance of the PCI Host Bridge Library, for Bhyve and Xen guests;\r
3 internal declarations.\r
e120c962
LE
4\r
5 Copyright (C) 2021, Red Hat, Inc.\r
6 Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
7\r
8 SPDX-License-Identifier: BSD-2-Clause-Patent\r
9\r
10**/\r
11\r
12PCI_ROOT_BRIDGE *\r
13ScanForRootBridges (\r
ac0a286f
MK
14 UINTN *NumberOfRootBridges\r
15 );\r