diff options
Diffstat (limited to 'DuetPkg/EfiLdr')
-rw-r--r-- | DuetPkg/EfiLdr/Debug.c | 1 | ||||
-rw-r--r-- | DuetPkg/EfiLdr/Debug.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/DuetPkg/EfiLdr/Debug.c b/DuetPkg/EfiLdr/Debug.c index 84b2772112..07272928cd 100644 --- a/DuetPkg/EfiLdr/Debug.c +++ b/DuetPkg/EfiLdr/Debug.c @@ -49,6 +49,7 @@ ClearScreen ( }
VOID
+EFIAPI
PrintString (
IN CONST CHAR8 *FormatString,
...
diff --git a/DuetPkg/EfiLdr/Debug.h b/DuetPkg/EfiLdr/Debug.h index f6aa7a2cf7..4252f31d6f 100644 --- a/DuetPkg/EfiLdr/Debug.h +++ b/DuetPkg/EfiLdr/Debug.h @@ -27,6 +27,7 @@ PrintHeader ( );
VOID
+EFIAPI
PrintString (
IN CONST CHAR8 *FormatString,
...
|