]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/UefiPxeBcDxe/PxeBcDhcp4.h
ArmPkg/DefaultExceptionHandlerLib: drop BASE variant
[mirror_edk2.git] / NetworkPkg / UefiPxeBcDxe / PxeBcDhcp4.h
index 27794c911a128e3b1f752c2a792c9c9373b704ea..742fdde5e772c5990a537a952cbba5fc1a2786c6 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Functions declaration related with DHCPv4 for UefiPxeBc Driver.\r
 \r
-  Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
@@ -108,7 +108,7 @@ typedef enum {
 \r
 #define IS_VALID_BOOT_SERVERS(x) \\r
   ((((x)[0]) & BIT (PXEBC_VENDOR_TAG_BOOT_SERVERS)) \\r
-   == BIT (PXEBC_VENDOR_TAG_BOOT_SERVERS))  \r
+   == BIT (PXEBC_VENDOR_TAG_BOOT_SERVERS))\r
 \r
 #define IS_VALID_BOOT_PROMPT(x) \\r
   ((((x)[0]) & BIT (PXEBC_VENDOR_TAG_MENU_PROMPT)) \\r
@@ -346,7 +346,7 @@ PxeBcDhcp4Discover (
 \r
 **/\r
 EFI_STATUS\r
-PxeBcSetIp4Policy (   \r
+PxeBcSetIp4Policy (\r
   IN PXEBC_PRIVATE_DATA            *Private\r
   );\r
 \r