X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=DuetPkg%2FPciBusNoEnumerationDxe%2FPciBus.c;h=b80869c3eb6bf20d6b77582c6a0b642397dc7e63;hb=0f17c9fef104d5f0eaa382266e0489f1fa0ed986;hp=d50becdb9d3ae9776838f84f946f8863360f5c13;hpb=10590588cce553a3d8d304974982845682cbce5b;p=mirror_edk2.git diff --git a/DuetPkg/PciBusNoEnumerationDxe/PciBus.c b/DuetPkg/PciBusNoEnumerationDxe/PciBus.c index d50becdb9d..b80869c3eb 100644 --- a/DuetPkg/PciBusNoEnumerationDxe/PciBus.c +++ b/DuetPkg/PciBusNoEnumerationDxe/PciBus.c @@ -1,7 +1,7 @@ /*++ -Copyright (c) 2005 - 2006, Intel Corporation -All rights reserved. This program and the accompanying materials +Copyright (c) 2005 - 2006, Intel Corporation. All rights reserved.
+This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php @@ -74,6 +74,9 @@ EFI_DRIVER_BINDING_PROTOCOL gPciBusDriverBinding = { }; BOOLEAN gFullEnumeration; + +UINT64 gAllOne = 0xFFFFFFFFFFFFFFFFULL; +UINT64 gAllZero = 0; // // PCI Bus Driver Support Functions