TianoCore EDK2 master
|
#include <Protocol/SimpleFileSystem.h>
Go to the source code of this file.
Data Structures | |
struct | _EFI_SHELL_ARG_INFO |
struct | EFI_SHELL_INTERFACE |
Macros | |
#define | SHELL_INTERFACE_PROTOCOL_GUID |
Typedefs | |
typedef struct _EFI_SHELL_ARG_INFO | EFI_SHELL_ARG_INFO |
Enumerations | |
enum | EFI_SHELL_ARG_INFO_TYPES { ARG_NO_ATTRIB = 0x0 , ARG_IS_QUOTED = BIT0 , ARG_PARTIALLY_QUOTED = BIT1 , ARG_FIRST_HALF_QUOTED = BIT2 , ARG_FIRST_CHAR_IS_ESC = BIT3 } |
Variables | |
EFI_GUID | gEfiShellInterfaceGuid |
EFI Shell Interface protocol from EDK shell (no spec).
Shell Interface - additional information (over image_info) provided to an application started by the shell.
ConIo provides a file-style interface to the console.
The shell interface's and data (including ConIo) are only valid during the applications Entry Point. Once the application returns from it's entry point the data is freed by the invoking shell.
Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file EfiShellInterface.h.
#define SHELL_INTERFACE_PROTOCOL_GUID |
Definition at line 23 of file EfiShellInterface.h.
typedef struct _EFI_SHELL_ARG_INFO EFI_SHELL_ARG_INFO |
Attributes for an argument.
Bit definitions for EFI_SHELL_ARG_INFO
Definition at line 31 of file EfiShellInterface.h.