mirror of https://github.com/acidanthera/audk.git
15 lines
309 B
C
15 lines
309 B
C
|
/** @file
|
||
|
Header file of OVMF instance of PciHostBridgeLib.
|
||
|
|
||
|
Copyright (C) 2021, Red Hat, Inc.
|
||
|
Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
|
||
|
|
||
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||
|
|
||
|
**/
|
||
|
|
||
|
PCI_ROOT_BRIDGE *
|
||
|
ScanForRootBridges (
|
||
|
UINTN *NumberOfRootBridges
|
||
|
);
|