|
OpenCore
1.0.5
OpenCore Bootloader
|
#include <Uefi.h>#include <Library/OcDebugLogLib.h>#include <Library/OcMiscLib.h>#include <Library/OcVariableLib.h>#include <Library/UefiApplicationEntryPoint.h>#include <Library/UefiBootServicesTableLib.h>#include <Library/UefiLib.h>#include <IndustryStandard/AppleCsrConfig.h>#include <Guid/AppleVariable.h>Go to the source code of this file.
Macros | |
| #define | MAX_FIRST_ARG_LEN 15 |
Functions | |
| STATIC EFI_STATUS | SplitArguments (UINTN *Argc, CHAR16 ***Argv) |
| STATIC VOID | PrintUsage (VOID) |
| EFI_STATUS EFIAPI | UefiMain (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
Basic reimplementation of SIP aspects of csrutil.
Copyright (c) 2021, Mike Beaton. All rights reserved.
SPDX-License-Identifier: BSD-3-Clause
Definition in file CsrUtil.c.
| STATIC EFI_STATUS SplitArguments | ( | UINTN * | Argc, |
| CHAR16 *** | Argv ) |