Changed the code style. it could pass EBC and ICC build.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3781 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff
2007-09-06 02:53:47 +00:00
parent cf688318ec
commit 01750eb0aa
2 changed files with 42 additions and 47 deletions

View File

@@ -68,12 +68,10 @@ typedef enum {
} ICMP_ERROR;
typedef struct _ICMP_ERROR_INFO {
EFI_STATUS Error;
BOOLEAN IsHard;
BOOLEAN Notify;
} ICMP_ERROR_INFO;
#define EFI_IP4_HEADER_LEN(HdrPtr) ((HdrPtr)->HeaderLength << 2)
extern EFI_IP4_CONFIG_DATA mIpIoDefaultIpConfigData;