From: xli24 Date: Thu, 12 Jul 2007 09:03:56 +0000 (+0000) Subject: Modify the macro name of PAL_INTERRUPT_BLOCK_TOKEN and PAL_IO_BLOCK_TOKEN. X-Git-Tag: edk2-stable201903~22743 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=1fddb64596ae0655cab18f0d942b6725f0fa376a;hp=9742c9852febbf6aa9ac82f7c4c2d345fd324cd0 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 --- diff --git a/OldMdePkg/Include/Library/PalCallLib.h b/OldMdePkg/Include/Library/PalCallLib.h index 40d9f4449a..463ff4c563 100644 --- a/OldMdePkg/Include/Library/PalCallLib.h +++ b/OldMdePkg/Include/Library/PalCallLib.h @@ -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 /**