X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ShellPkg%2FInclude%2FProtocol%2FEfiShell.h;fp=ShellPkg%2FInclude%2FProtocol%2FEfiShell.h;h=11ee58a75ce21ec0c5152e3dfe32d052c448ecc9;hp=8b489dac6bc0428052bdb30a1a0e5701e22fa3f6;hb=ef34de257bd1956c1f6e6f93ba7dda64b17a41ea;hpb=125c2cf4f152760920ee4b1e5d73e03daf02d394 diff --git a/ShellPkg/Include/Protocol/EfiShell.h b/ShellPkg/Include/Protocol/EfiShell.h index 8b489dac6b..11ee58a75c 100644 --- a/ShellPkg/Include/Protocol/EfiShell.h +++ b/ShellPkg/Include/Protocol/EfiShell.h @@ -26,12 +26,12 @@ // replaced EFI_LIST_ENTRY with LIST_ENTRY for simplicity. // they are identical outside of the name. typedef struct { - LIST_ENTRY Link; /// Linked list members - EFI_STATUS Status; /// Status of opening the file. Valid only if Handle != NULL. - CONST CHAR16 *FullName; /// Fully qualified filename. - CONST CHAR16 *FileName; /// name of this file. - EFI_FILE_HANDLE Handle; /// Handle for interacting with the opened file or NULL if closed. - EFI_FILE_INFO *Info; /// Pointer to the FileInfo struct for this file or NULL. + LIST_ENTRY Link; ///< Linked list members + EFI_STATUS Status; ///< Status of opening the file. Valid only if Handle != NULL. + CONST CHAR16 *FullName; ///< Fully qualified filename. + CONST CHAR16 *FileName; ///< name of this file. + EFI_FILE_HANDLE Handle; ///< Handle for interacting with the opened file or NULL if closed. + EFI_FILE_INFO *Info; ///< Pointer to the FileInfo struct for this file or NULL. } EFI_SHELL_FILE_INFO; /** Returns whether any script files are currently being processed.