]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Library/FileExplorerLib.h
MdeModulePkg/FileExplorerLib.h: Remove the redefinition of typedefs
[mirror_edk2.git] / MdeModulePkg / Include / Library / FileExplorerLib.h
index afb0dc811a694aac35712344fdbe1e3f699de742..2ae8ec61069c2716ab2f67fd323365c2d3baa0c2 100644 (file)
@@ -16,20 +16,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #ifndef __FILE_EXPLORER_LIB_H__\r
 #define __FILE_EXPLORER_LIB_H__\r
 \r
-/**\r
-  Prototype for the next process after user chosed one file.\r
-\r
-  @param[in] FilePath     The device path of the find file.\r
-\r
-  @retval    TRUE         Need exit file explorer after do the extra task.\r
-  @retval    FALSE        Not need to exit file explorer after do the extra task.\r
-\r
-**/\r
-typedef\r
-BOOLEAN\r
-(EFIAPI *CHOOSE_HANDLER)(\r
-  IN EFI_DEVICE_PATH_PROTOCOL  *FilePath\r
-  );\r
+#include <Protocol/FileExplorer.h>\r
 \r
 /**\r
   Choose a file in the specified directory. \r