diff options
Diffstat (limited to 'MdePkg/Include/Protocol/IP4.h')
-rw-r--r-- | MdePkg/Include/Protocol/IP4.h | 5 |
1 files changed, 0 insertions, 5 deletions
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;
|