Modify the macro name of PAL_INTERRUPT_BLOCK_TOKEN and PAL_IO_BLOCK_TOKEN.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3212 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
xli24 2007-07-12 09:03:56 +00:00
parent 9742c9852f
commit 1fddb64596
1 changed files with 2 additions and 2 deletions

View File

@ -1329,8 +1329,8 @@ typedef struct {
**/
#define PAL_PERF_MON_INFO 15
#define PAL_PLATFORM_ADDR_INTERRUPT_BLOCK_TOKEN 0x0
#define PAL_PLATFORM_ADDR_IO_BLOCK_TOKEN 0x1
#define PAL_INTERRUPT_BLOCK_TOKEN 0x0
#define PAL_IO_BLOCK_TOKEN 0x1
/**