OpenCore
1.0.4
OpenCore Bootloader
|
Go to the source code of this file.
Typedefs | |
typedef enum GRUBENV_STATE_ | GRUBENV_STATE |
Enumerations | |
enum | GRUBENV_STATE_ { GRUBENV_NEXT_LINE , GRUBENV_KEY , GRUBENV_VAR , GRUBENV_COMMENT } |
Functions | |
EFI_STATUS | InternalProcessGrubEnv (IN OUT CHAR8 *Content, IN CONST UINTN Length) |
GRUB environment block parser.
Copyright (c) 2021, Mike Beaton. All rights reserved.
SPDX-License-Identifier: BSD-3-Clause
Definition in file GrubEnv.c.
typedef enum GRUBENV_STATE_ GRUBENV_STATE |
enum GRUBENV_STATE_ |