]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcMtftp.h
Update the copyright notice format
[mirror_edk2.git] / MdeModulePkg / Universal / Network / UefiPxeBcDxe / PxeBcMtftp.h
index 2ef04506264b10c35abbd37539259e18107bd0c3..534daa9e1b0b4c8383cf1f99bc9cf79a8737849e 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
   Mtftp routines for PxeBc.\r
     \r
-Copyright (c) 2007, Intel Corporation.<BR>\r
-All rights reserved. This program and the accompanying materials\r
+Copyright (c) 2007 - 2009, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
 http://opensource.org/licenses/bsd-license.php\r
@@ -15,13 +15,11 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #ifndef __EFI_PXEBC_MTFTP_H__\r
 #define __EFI_PXEBC_MTFTP_H__\r
 \r
-typedef enum {\r
-  PXE_MTFTP_OPTION_BLKSIZE_INDEX,\r
-  PXE_MTFTP_OPTION_TIMEOUT_INDEX,\r
-  PXE_MTFTP_OPTION_TSIZE_INDEX,\r
-  PXE_MTFTP_OPTION_MULTICAST_INDEX,\r
-  PXE_MTFTP_OPTION_MAXIMUM_INDEX\r
-} PXE_MTFTP_OPTION_ENUM_TYPES;\r
+#define PXE_MTFTP_OPTION_BLKSIZE_INDEX   0\r
+#define PXE_MTFTP_OPTION_TIMEOUT_INDEX   1\r
+#define PXE_MTFTP_OPTION_TSIZE_INDEX     2\r
+#define PXE_MTFTP_OPTION_MULTICAST_INDEX 3\r
+#define PXE_MTFTP_OPTION_MAXIMUM_INDEX   4\r
 \r
 \r
 /**\r