summaryrefslogtreecommitdiff
path: root/DuetPkg/BiosVideoThunkDxe
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2010-06-05 11:06:17 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2010-06-05 11:06:17 +0000
commit7830363c37c25097bc0322cd60310f03a349b81b (patch)
tree29611121467f9d41cc0f7e09dcb17cdc51e6b30e /DuetPkg/BiosVideoThunkDxe
parent12c1395b1528331cebf07c807cef691e939af47f (diff)
fix GCC X64 build broken
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10568 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/BiosVideoThunkDxe')
-rw-r--r--DuetPkg/BiosVideoThunkDxe/BiosVideo.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/DuetPkg/BiosVideoThunkDxe/BiosVideo.h b/DuetPkg/BiosVideoThunkDxe/BiosVideo.h
index 85e80b5c0..37e303e17 100644
--- a/DuetPkg/BiosVideoThunkDxe/BiosVideo.h
+++ b/DuetPkg/BiosVideoThunkDxe/BiosVideo.h
@@ -219,8 +219,9 @@ BiosVideoDriverBindingStop (
**/
EFI_STATUS
+EFIAPI
BiosVideoCheckForVbe (
- BIOS_VIDEO_DEV *BiosVideoPrivate
+ IN OUT BIOS_VIDEO_DEV *BiosVideoPrivate
)
;
@@ -233,6 +234,7 @@ BiosVideoCheckForVbe (
**/
EFI_STATUS
+EFIAPI
BiosVideoCheckForVga (
BIOS_VIDEO_DEV *BiosVideoPrivate
)