summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Icmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Icmp.h')
-rw-r--r--MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Icmp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Icmp.h b/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Icmp.h
index 7999b2e306..0246f9c042 100644
--- a/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Icmp.h
+++ b/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Icmp.h
@@ -24,7 +24,7 @@ Abstract:
#ifndef __EFI_IP4_ICMP_H__
#define __EFI_IP4_ICMP_H__
-enum {
+typedef enum {
//
// ICMP type definations
//
@@ -80,7 +80,7 @@ enum {
ICMP_INVALID_MESSAGE = 0,
ICMP_ERROR_MESSAGE = 1,
ICMP_QUERY_MESSAGE = 2
-};
+} ICMP_ENUM_TYPES;
typedef struct {
UINT8 IcmpType;