summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/Library/PciHostBridgeLibScan/PciHostBridge.h
blob: 582b7929aff2ad53968af80160aef50e3c5c41f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/** @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
);