summaryrefslogtreecommitdiff
path: root/EdkUnixPkg/Sec/UnixThunk.c
diff options
context:
space:
mode:
Diffstat (limited to 'EdkUnixPkg/Sec/UnixThunk.c')
-rw-r--r--EdkUnixPkg/Sec/UnixThunk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/EdkUnixPkg/Sec/UnixThunk.c b/EdkUnixPkg/Sec/UnixThunk.c
index a94cb38d10..46b0e34c55 100644
--- a/EdkUnixPkg/Sec/UnixThunk.c
+++ b/EdkUnixPkg/Sec/UnixThunk.c
@@ -147,7 +147,7 @@ GetErrno(void)
}
extern EFI_STATUS
-UgaCreate(struct _EFI_UNIX_UGA_IO_PROTOCOL *UgaIo, CONST CHAR16 *Title);
+UgaCreate(struct _EFI_UNIX_UGA_IO_PROTOCOL **UgaIo, CONST CHAR16 *Title);
EFI_UNIX_THUNK_PROTOCOL mUnixThunkTable = {
EFI_UNIX_THUNK_PROTOCOL_SIGNATURE,