mirror of https://github.com/acidanthera/audk.git
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:
parent
9742c9852f
commit
1fddb64596
|
@ -1329,8 +1329,8 @@ typedef struct {
|
||||||
**/
|
**/
|
||||||
#define PAL_PERF_MON_INFO 15
|
#define PAL_PERF_MON_INFO 15
|
||||||
|
|
||||||
#define PAL_PLATFORM_ADDR_INTERRUPT_BLOCK_TOKEN 0x0
|
#define PAL_INTERRUPT_BLOCK_TOKEN 0x0
|
||||||
#define PAL_PLATFORM_ADDR_IO_BLOCK_TOKEN 0x1
|
#define PAL_IO_BLOCK_TOKEN 0x1
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue