summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ShellPkg/Include/Protocol/EfiShellDynamicCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ShellPkg/Include/Protocol/EfiShellDynamicCommand.h b/ShellPkg/Include/Protocol/EfiShellDynamicCommand.h
index 713f5df74d..907a23a3c5 100644
--- a/ShellPkg/Include/Protocol/EfiShellDynamicCommand.h
+++ b/ShellPkg/Include/Protocol/EfiShellDynamicCommand.h
@@ -73,13 +73,13 @@ CHAR16*
);
/// EFI_SHELL_DYNAMIC_COMMAND_PROTOCOL protocol structure.
-typedef struct _EFI_SHELL_DYNAMIC_COMMAND_PROTOCOL {
+struct _EFI_SHELL_DYNAMIC_COMMAND_PROTOCOL {
CONST CHAR16 *CommandName;
SHELL_COMMAND_HANDLER Handler;
SHELL_COMMAND_GETHELP GetHelp;
-} EFI_SHELL_DYNAMIC_COMMAND_PROTOCOL;
+};
extern EFI_GUID gEfiShellDynamicCommandProtocolGuid;