]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/PciBusNoEnumerationDxe/PciBus.c
Patch to remove STATIC modifier. This is on longer recommended by EFI Framework codin...
[mirror_edk2.git] / DuetPkg / PciBusNoEnumerationDxe / PciBus.c
index d50becdb9d3ae9776838f84f946f8863360f5c13..214e3994f69b093de578243f56c1d6c5229fcb29 100644 (file)
@@ -74,6 +74,9 @@ EFI_DRIVER_BINDING_PROTOCOL                   gPciBusDriverBinding = {
 };\r
 \r
 BOOLEAN gFullEnumeration;\r
+\r
+UINT64 gAllOne    = 0xFFFFFFFFFFFFFFFFULL;\r
+UINT64 gAllZero   = 0;\r
  \r
 //\r
 // PCI Bus Driver Support Functions\r