OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
OcPciIoLib.h
Go to the documentation of this file.
1
15#ifndef OC_PCI_IO_LIB_H
16#define OC_PCI_IO_LIB_H
17
18#include <Protocol/CpuIo2.h>
19
30EFI_CPU_IO2_PROTOCOL *
32 IN BOOLEAN Reinstall
33 );
34
35#endif // OC_PCI_IO_LIB_H
EFI_CPU_IO2_PROTOCOL * OcPciIoInstallProtocol(IN BOOLEAN Reinstall)
Definition OcPciIoLib.c:13