OpenCore
1.0.4
OpenCore Bootloader
|
Go to the source code of this file.
Functions | |
EFI_CPU_IO2_PROTOCOL * | OcPciIoInstallProtocol (IN BOOLEAN Reinstall) |
PciIo overrides
Copyright (c) 2023, xCuri0. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file OcPciIoLib.c.
EFI_CPU_IO2_PROTOCOL * OcPciIoInstallProtocol | ( | IN BOOLEAN | Reinstall | ) |
The user Entry Point for PciIo.
This function fixes PciIo related protocols.
[in] | Reinstall | Replace any installed protocol. |
NULL | There was an error installing the protocol. |
Definition at line 13 of file OcPciIoLib.c.