summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Include/Library/FileExplorerLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Include/Library/FileExplorerLib.h')
-rw-r--r--MdeModulePkg/Include/Library/FileExplorerLib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Include/Library/FileExplorerLib.h b/MdeModulePkg/Include/Library/FileExplorerLib.h
index 75523d4c84..528a3cabb6 100644
--- a/MdeModulePkg/Include/Library/FileExplorerLib.h
+++ b/MdeModulePkg/Include/Library/FileExplorerLib.h
@@ -33,8 +33,8 @@ EFI_STATUS
EFIAPI
ChooseFile (
IN EFI_DEVICE_PATH_PROTOCOL *RootDirectory,
- IN CHAR16 *FileType, OPTIONAL
- IN CHOOSE_HANDLER ChooseHandler, OPTIONAL
+ IN CHAR16 *FileType OPTIONAL,
+ IN CHOOSE_HANDLER ChooseHandler OPTIONAL,
OUT EFI_DEVICE_PATH_PROTOCOL **File OPTIONAL
);