Clean up CSM related include files to match specification

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8469 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
mdkinney
2009-06-04 22:49:59 +00:00
parent 68167fed0e
commit 9226e4ee0a
3 changed files with 80 additions and 0 deletions

View File

@@ -41,6 +41,14 @@
typedef struct _EFI_LEGACY_BIOS_PROTOCOL EFI_LEGACY_BIOS_PROTOCOL;
//
// Flags returned by CheckPciRom()
//
#define NO_ROM 0x00
#define ROM_FOUND 0x01
#define VALID_LEGACY_ROM 0x02
#define ROM_WITH_CONFIG 0x04 // Not defined in CSM Specification0.96
//
/// @bug These macros appear in no specifications and are kept for backward
// compatibility only.