]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/BiosVideoThunkDxe/BiosVideo.h
ArmPkg/BaseMemoryLibStm: implement new IsZeroGuid() API function
[mirror_edk2.git] / DuetPkg / BiosVideoThunkDxe / BiosVideo.h
index 406bb531435f5341f72e9b1562630e20f366b979..37e303e17cae593cbd37d5f0cf14229ac4a0b7b6 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
 \r
-Copyright (c) 2006 - 2007, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
 http://opensource.org/licenses/bsd-license.php                                            \r
@@ -37,7 +37,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include <Library/BaseMemoryLib.h>\r
 #include <Library/DevicePathLib.h>\r
 \r
-#include <IndustryStandard/Pci22.h>\r
+#include <IndustryStandard/Pci.h>\r
 \r
 #include "VesaBiosExtensions.h"\r
 \r
@@ -130,7 +130,7 @@ typedef struct {
 #define BIOS_VIDEO_DEV_FROM_GRAPHICS_OUTPUT_THIS(a)      CR (a, BIOS_VIDEO_DEV, GraphicsOutput, BIOS_VIDEO_DEV_SIGNATURE)\r
 #define BIOS_VIDEO_DEV_FROM_VGA_MINI_PORT_THIS(a) CR (a, BIOS_VIDEO_DEV, VgaMiniPort, BIOS_VIDEO_DEV_SIGNATURE)\r
 \r
-#define GRAPHICS_OUTPUT_INVALIDE_MODE_NUMBER   0xffff\r
+#define GRAPHICS_OUTPUT_INVALIDE_MODE_NUMBER  0xffff\r
 \r
 #define EFI_SEGMENT(_Adr)     (UINT16) ((UINT16) (((UINTN) (_Adr)) >> 4) & 0xf000)\r
 #define EFI_OFFSET(_Adr)      (UINT16) (((UINT16) ((UINTN) (_Adr))) & 0xffff)\r
@@ -219,8 +219,9 @@ BiosVideoDriverBindingStop (
 \r
 **/\r
 EFI_STATUS\r
+EFIAPI\r
 BiosVideoCheckForVbe (\r
-  BIOS_VIDEO_DEV  *BiosVideoPrivate\r
+  IN OUT BIOS_VIDEO_DEV  *BiosVideoPrivate\r
   )\r
 ;\r
 \r
@@ -233,6 +234,7 @@ BiosVideoCheckForVbe (
 **/\r
 \r
 EFI_STATUS\r
+EFIAPI\r
 BiosVideoCheckForVga (\r
   BIOS_VIDEO_DEV  *BiosVideoPrivate\r
   )\r