X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FNetwork%2FIp4Dxe%2FIp4Icmp.h;h=0246f9c042490f6b0f7d37798efbc21d8a559ed7;hp=7999b2e306463ddbbb80946c11c91e9d2feefa0b;hb=5405e9a66b5ecf9f8a7ba571ead43cbee45161ae;hpb=725c7e225784e2115c8a2edd2f4f12a09d63e54b 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;