summaryrefslogtreecommitdiffstats
path: root/DuetPkg/DxeIpl/Debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'DuetPkg/DxeIpl/Debug.c')
-rw-r--r--DuetPkg/DxeIpl/Debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/DuetPkg/DxeIpl/Debug.c b/DuetPkg/DxeIpl/Debug.c
index 1cb7e39c80..800f0080e0 100644
--- a/DuetPkg/DxeIpl/Debug.c
+++ b/DuetPkg/DxeIpl/Debug.c
@@ -52,6 +52,7 @@ ClearScreen (
}
VOID
+EFIAPI
PrintString (
IN CONST CHAR8 *FormatString,
...