|
OpenCore
1.0.5
OpenCore Bootloader
|
#include <CachelessInternal.h>
Data Fields | |
| UINT32 | Signature |
| LIST_ENTRY | Link |
| PATCHER_GENERIC_PATCH | Patch |
| BOOLEAN | ApplyQuirk |
| KERNEL_QUIRK_NAME | QuirkName |
Definition at line 95 of file CachelessInternal.h.
| BOOLEAN KEXT_PATCH::ApplyQuirk |
Definition at line 111 of file CachelessInternal.h.
| LIST_ENTRY KEXT_PATCH::Link |
Definition at line 103 of file CachelessInternal.h.
| PATCHER_GENERIC_PATCH KEXT_PATCH::Patch |
Definition at line 107 of file CachelessInternal.h.
| KERNEL_QUIRK_NAME KEXT_PATCH::QuirkName |
Definition at line 115 of file CachelessInternal.h.
| UINT32 KEXT_PATCH::Signature |
Definition at line 99 of file CachelessInternal.h.