]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Option.h
Scrubbed some files for IP4
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Ip4Dxe / Ip4Option.h
index 830962ee2479d117f9ed59916c9a6b911084b689..fa173fb0860f0a4eea596483950bc50d44a99c55 100644 (file)
@@ -24,7 +24,7 @@ Abstract:
 #ifndef __EFI_IP4_OPTION_H__\r
 #define __EFI_IP4_OPTION_H__\r
 \r
-enum {\r
+typedef enum {\r
   IP4_OPTION_EOP       = 0,\r
   IP4_OPTION_NOP       = 1,\r
   IP4_OPTION_LSRR      = 131,  // Loss source and record routing,   10000011\r
@@ -32,7 +32,7 @@ enum {
   IP4_OPTION_RR        = 7,    // Record routing, 00000111\r
 \r
   IP4_OPTION_COPY_MASK = 0x80\r
-};\r
+} IP4_OPTION_ENUM_TYPES;\r
 \r
 BOOLEAN\r
 Ip4OptionIsValid (\r