mirror of https://github.com/acidanthera/audk.git
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:
parent
f6d7003d5f
commit
5f3232d7e8
|
@ -87,7 +87,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
#include "Gcd.h"
|
||||
#include "Imem.h"
|
||||
#include "Image.h"
|
||||
#include "Exec.h"
|
||||
#include "Event.h"
|
||||
#include "Handle.h"
|
||||
|
||||
//
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
Gcd.h
|
||||
FwVolDriver.h
|
||||
FwVolBlock.h
|
||||
Exec.h
|
||||
Event.h
|
||||
DxeMain.h
|
||||
DebugImageInfo.h
|
||||
SectionExtraction/CoreSectionExtraction.c
|
||||
|
|
|
@ -12,8 +12,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
|
||||
**/
|
||||
|
||||
#ifndef _EXEC_H_
|
||||
#define _EXEC_H_
|
||||
#ifndef __EVENT_H__
|
||||
#define __EVENT_H__
|
||||
|
||||
#define VALID_TPL(a) ((a) <= TPL_HIGH_LEVEL)
|
||||
|
Loading…
Reference in New Issue