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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user