summaryrefslogtreecommitdiffstats
path: root/EmbeddedPkg/Include/Library/FdtLoadLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'EmbeddedPkg/Include/Library/FdtLoadLib.h')
-rw-r--r--EmbeddedPkg/Include/Library/FdtLoadLib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/EmbeddedPkg/Include/Library/FdtLoadLib.h b/EmbeddedPkg/Include/Library/FdtLoadLib.h
index a46469af5a..952dd8f751 100644
--- a/EmbeddedPkg/Include/Library/FdtLoadLib.h
+++ b/EmbeddedPkg/Include/Library/FdtLoadLib.h
@@ -21,7 +21,7 @@
**/
EFI_STATUS
InstallFdtFromSemihosting (
- IN CONST CHAR16* FileName
+ IN CONST CHAR16 *FileName
);
/**
@@ -36,7 +36,7 @@ InstallFdtFromSemihosting (
**/
EFI_STATUS
InstallFdtFromFv (
- IN CONST EFI_GUID *FileName
+ IN CONST EFI_GUID *FileName
);
#endif