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