summaryrefslogtreecommitdiff
path: root/MdeModulePkg
diff options
context:
space:
mode:
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-16 07:22:44 +0000
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-16 07:22:44 +0000
commit5f3232d7e8fdf7d00ab3add8e1c7f392099340f9 (patch)
tree8b114f3c41986aef0eabef83d0b8c63ecbcd9ad1 /MdeModulePkg
parentf6d7003d5f0bfe8f7fd9396f4c0f62619f0f879c (diff)
downloadedk2-5f3232d7e8fdf7d00ab3add8e1c7f392099340f9.zip
edk2-5f3232d7e8fdf7d00ab3add8e1c7f392099340f9.tar.gz
edk2-5f3232d7e8fdf7d00ab3add8e1c7f392099340f9.tar.bz2
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
Diffstat (limited to 'MdeModulePkg')
-rw-r--r--MdeModulePkg/Core/Dxe/DxeMain.h2
-rw-r--r--MdeModulePkg/Core/Dxe/DxeMain.inf2
-rw-r--r--MdeModulePkg/Core/Dxe/Event.h (renamed from MdeModulePkg/Core/Dxe/Exec.h)4
3 files changed, 4 insertions, 4 deletions
diff --git a/MdeModulePkg/Core/Dxe/DxeMain.h b/MdeModulePkg/Core/Dxe/DxeMain.h
index 2ffe9a2..f8db888 100644
--- a/MdeModulePkg/Core/Dxe/DxeMain.h
+++ b/MdeModulePkg/Core/Dxe/DxeMain.h
@@ -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"
//
diff --git a/MdeModulePkg/Core/Dxe/DxeMain.inf b/MdeModulePkg/Core/Dxe/DxeMain.inf
index c3e0fd6..6874035 100644
--- a/MdeModulePkg/Core/Dxe/DxeMain.inf
+++ b/MdeModulePkg/Core/Dxe/DxeMain.inf
@@ -36,7 +36,7 @@
Gcd.h
FwVolDriver.h
FwVolBlock.h
- Exec.h
+ Event.h
DxeMain.h
DebugImageInfo.h
SectionExtraction/CoreSectionExtraction.c
diff --git a/MdeModulePkg/Core/Dxe/Exec.h b/MdeModulePkg/Core/Dxe/Event.h
index 8fbb994..a3b0d67 100644
--- a/MdeModulePkg/Core/Dxe/Exec.h
+++ b/MdeModulePkg/Core/Dxe/Event.h
@@ -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)