This commit is contained in:
jcarsey
2009-06-29 16:28:23 +00:00
parent 894d038a8d
commit b82bfcc17f
4 changed files with 17 additions and 14 deletions

View File

@ -135,7 +135,7 @@ ShellOpenFileByDevicePath(
EFI_STATUS
EFIAPI
ShellOpenFileByName(
IN CHAR16 *FilePath,
IN CONST CHAR16 *FilePath,
OUT EFI_FILE_HANDLE *FileHandle,
IN UINT64 OpenMode,
IN UINT64 Attributes
@ -171,7 +171,7 @@ ShellOpenFileByName(
EFI_STATUS
EFIAPI
ShellCreateDirectory(
IN CHAR16 *DirectoryName,
IN CONST CHAR16 *DirectoryName,
OUT EFI_FILE_HANDLE *FileHandle
);