X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FIP4.h;h=571c534a5aff27b900f4a36413364653e62327cb;hp=5a6ab5976bd34eb349327127007f7579aa41566c;hb=76f407a69e668c8407ea736e2e3d9df07e046dc8;hpb=15b9277fb809fa3632774deb2b94eb27333bbc30 diff --git a/MdePkg/Include/Protocol/IP4.h b/MdePkg/Include/Protocol/IP4.h index 5a6ab5976b..571c534a5a 100644 --- a/MdePkg/Include/Protocol/IP4.h +++ b/MdePkg/Include/Protocol/IP4.h @@ -83,13 +83,8 @@ typedef struct { #pragma pack(1) typedef struct { -#ifdef EFI_NET_LITTLE_ENDIAN UINT8 HeaderLength:4; UINT8 Version:4; -#else - UINT8 Version:4; - UINT8 HeaderLength:4; -#endif UINT8 TypeOfService; UINT16 TotalLength; UINT16 Identification;