OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
OcPciIoLib.c File Reference
#include "OcPciIoU.h"
#include <Library/OcPciIoLib.h>

Go to the source code of this file.

Functions

EFI_CPU_IO2_PROTOCOL * OcPciIoInstallProtocol (IN BOOLEAN Reinstall)
 

Detailed Description

PciIo overrides

Copyright (c) 2023, xCuri0. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file OcPciIoLib.c.

Function Documentation

◆ OcPciIoInstallProtocol()

EFI_CPU_IO2_PROTOCOL * OcPciIoInstallProtocol ( IN BOOLEAN Reinstall)

The user Entry Point for PciIo.

This function fixes PciIo related protocols.

Parameters
[in]ReinstallReplace any installed protocol.
Returns
Installed protocol.
Return values
NULLThere was an error installing the protocol.

Definition at line 13 of file OcPciIoLib.c.