Last change
on this file was 99404, checked in by vboxsync, 2 years ago |
Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
342 bytes
|
Line | |
---|
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 | );
|
---|
Note:
See
TracBrowser
for help on using the repository browser.