]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Library/IpIoLib.h
Changed the code style. it could pass EBC and ICC build.
[mirror_edk2.git] / MdeModulePkg / Include / Library / IpIoLib.h
index 894e07bed4f08cabff6480931b45a24d49935ee7..682036f25261bdbe540858166775cb05b08a69bb 100644 (file)
@@ -68,17 +68,10 @@ typedef enum {
 } ICMP_ERROR;\r
 \r
 typedef struct _ICMP_ERROR_INFO {\r
-  EFI_STATUS  Error;\r
   BOOLEAN     IsHard;\r
   BOOLEAN     Notify;\r
 } ICMP_ERROR_INFO;\r
 
-//
-// Driver Consumed Protocol Prototypes
-//
-//@MT:#include EFI_PROTOCOL_CONSUMER (Ip4)
-//@MT:#include EFI_PROTOCOL_CONSUMER (Udp4)
-
 #define EFI_IP4_HEADER_LEN(HdrPtr) ((HdrPtr)->HeaderLength << 2)
 
 extern EFI_IP4_CONFIG_DATA  mIpIoDefaultIpConfigData;