]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Correct the enumeration value's name for EFI_COMPATIBILITY_FUNCTIONS with Intel Frame...
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 2 Jul 2009 18:46:07 +0000 (18:46 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 2 Jul 2009 18:46:07 +0000 (18:46 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8727 6f19259b-4bc3-4df7-8a09-765794883524

IntelFrameworkPkg/Include/Framework/Legacy16.h

index f27c933740e8917dfc4a8ce40a1d8741a7829968..0d258c682494c340e6fee0ba7967c1e8f206535f 100644 (file)
@@ -75,15 +75,15 @@ typedef struct {
 /// Functions provided by the CSM binary
 ///
 typedef enum {
-  Legacy16InitializeYourself    = 0x0000,
-  Legacy16UpdateBbs             = 0x0001,
-  Legacy16PrepareToBoot         = 0x0002,
-  Legacy16Boot                  = 0x0003,
-  Legacy16RetrieveLastBootDevice= 0x0004,
-  Legacy16DispatchOprom         = 0x0005,
-  Legacy16GetTableAddress       = 0x0006,
-  Legacy16SetKeyboardLeds       = 0x0007,
-  Legacy16InstallPciHandler     = 0x0008
+  Compatibility16InitializeYourself    = 0x0000,
+  Compatibility16UpdateBbs             = 0x0001,
+  Compatibility16PrepareToBoot         = 0x0002,
+  Compatibility16Boot                  = 0x0003,
+  Compatibility16RetrieveLastBootDevice= 0x0004,
+  Compatibility16DispatchOprom         = 0x0005,
+  Compatibility16GetTableAddress       = 0x0006,
+  Compatibility16SetKeyboardLeds       = 0x0007,
+  Compatibility16InstallPciHandler     = 0x0008
 } EFI_COMPATIBILITY_FUNCTIONS;