]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Include/EfiPxe.h
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Include / EfiPxe.h
index 0ff225246963242846b8952b2db0471bc781296a..95f84a02ca297799265629751f13cf2863e2ace2 100644 (file)
@@ -1,7 +1,7 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2006, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2004 - 2006, 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
@@ -33,7 +33,11 @@ Abstract:
 // #define PXE_NETWORK_ORDER         1   // network order\r
 //\r
 #define PXE_UINT64_SUPPORT  1 // UINT64 supported\r
-// #define PXE_NO_UINT64_SUPPORT     1   // UINT64 not supported\r
+#if PXE_UINT64_SUPPORT == 0\r
+#define PXE_NO_UINT64_SUPPORT     1\r
+#else\r
+#define PXE_NO_UINT64_SUPPORT     0\r
+#endif\r
 //\r
 #define PXE_BUSTYPE(a, b, c, d) \\r
     ( \\r