The file name Exec.h contains UEFI Event support functions and structure. But its file name is not very meaningful and we can consider renaming it.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5898 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
eric_tian 2008-09-16 07:22:44 +00:00
parent f6d7003d5f
commit 5f3232d7e8
3 changed files with 4 additions and 4 deletions

View File

@ -87,7 +87,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include "Gcd.h" #include "Gcd.h"
#include "Imem.h" #include "Imem.h"
#include "Image.h" #include "Image.h"
#include "Exec.h" #include "Event.h"
#include "Handle.h" #include "Handle.h"
// //

View File

@ -36,7 +36,7 @@
Gcd.h Gcd.h
FwVolDriver.h FwVolDriver.h
FwVolBlock.h FwVolBlock.h
Exec.h Event.h
DxeMain.h DxeMain.h
DebugImageInfo.h DebugImageInfo.h
SectionExtraction/CoreSectionExtraction.c SectionExtraction/CoreSectionExtraction.c

View File

@ -12,8 +12,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/ **/
#ifndef _EXEC_H_ #ifndef __EVENT_H__
#define _EXEC_H_ #define __EVENT_H__
#define VALID_TPL(a) ((a) <= TPL_HIGH_LEVEL) #define VALID_TPL(a) ((a) <= TPL_HIGH_LEVEL)