]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkModulePkg/Universal/Network/PxeBc/Dxe/ip.h
1. Remove #ifdef _MSC_EXTENSION_ from all source files
[mirror_edk2.git] / EdkModulePkg / Universal / Network / PxeBc / Dxe / ip.h
index 69bfe6d6de49d5f20ed85bf94790baf9dded660a..5cabf2e050f1b15c19c271c9b8249a301d6d2a5f 100644 (file)
@@ -1,13 +1,13 @@
 /*++\r
 \r
-Copyright (c) 2006, Intel Corporation                                                         \r
-All rights reserved. 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
-                                                                                          \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
+Copyright (c) 2006 - 2007, Intel Corporation\r
+All rights reserved. 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
+\r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
 --*/\r
 \r
@@ -19,7 +19,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 //\r
 // Client architecture types\r
 //\r
-#if defined   MDE_CPU_IA32    \r
+#if defined   MDE_CPU_IA32\r
 #define       SYS_ARCH  0x6\r
 #elif defined MDE_CPU_X64\r
 #define       SYS_ARCH  0x7\r
@@ -332,7 +332,7 @@ typedef struct {
   // zero transmitted means checksum not computed\r
   // data follows\r
   //\r
-  UINT16  Checksum;      \r
+  UINT16  Checksum;\r
 } UDPV4_HEADER;\r
 \r
 typedef struct {\r
@@ -370,7 +370,7 @@ typedef struct {
   // zero checksum is transmitted as -0 (ones comp)\r
   // zero transmitted means checksum not computed\r
   //\r
-  UINT16  Checksum; \r
+  UINT16  Checksum;\r
   UINT16  UrgentPointer;                // pointer to urgent data (allows sender to specify urgent data)\r
 } TCPV4_HEADER;\r
 \r
@@ -435,7 +435,7 @@ typedef struct {
 } IPV4_STRUCT;\r
 \r
 #pragma pack()  // reset to default\r
-  \r
+\r
   ////////////////////////////////////////////////////////////\r
 //\r
 //  BC IP Filter Routine\r
@@ -723,13 +723,6 @@ IpReceive (
   )\r
 ;\r
 \r
-#if 0\r
-VOID\r
-WaitForTxComplete (\r
-  IN PXE_BASECODE_DEVICE    *Private\r
-  )\r
-;\r
-#endif\r
 //\r
 // routine to cycle waiting for a receive or timeout\r
 //\r