Add the IPF boot mode into ProcessorBind.h, and these boot mode is defined in Itanium Manual so add this in IPF ProcessorBind.h

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3039 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
zliu3 2007-07-04 09:53:21 +00:00
parent 677c4c48f7
commit bf3179d8dd
1 changed files with 28 additions and 22 deletions

View File

@ -205,6 +205,12 @@ typedef INT64 INTN;
#define GLOBAL_REMOVE_IF_UNREFERENCED
#endif
//
// For IPF boot mode
//
#define RECOVERY_CHECK_CALL 0x3
#define NORMAL_BOOT_CALL 0x0
//
// A pointer to a function in IPF points to a plabel.
//