Remove some unnecessary #if/#ifdef from some header files.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2598 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff
2007-05-21 03:21:53 +00:00
parent 15b9277fb8
commit 76f407a69e
6 changed files with 4 additions and 20 deletions

View File

@@ -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;