summaryrefslogtreecommitdiff
path: root/MdeModulePkg
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-09 05:29:23 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-09 05:29:23 +0000
commit130f16022c545c2fbb0d561fe7cf5c2f1b086cfa (patch)
tree8e65ec8c7029fcd52f0a72f7e8b649e327844ac9 /MdeModulePkg
parent2b1532df6dca854ffb2d753f74d110400ccdbe22 (diff)
downloadedk2-130f16022c545c2fbb0d561fe7cf5c2f1b086cfa.zip
edk2-130f16022c545c2fbb0d561fe7cf5c2f1b086cfa.tar.gz
edk2-130f16022c545c2fbb0d561fe7cf5c2f1b086cfa.tar.bz2
Rename Hand.h to Handle.h.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5860 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/Handle.h (renamed from MdeModulePkg/Core/Dxe/Hand.h)4
3 files changed, 4 insertions, 4 deletions
diff --git a/MdeModulePkg/Core/Dxe/DxeMain.h b/MdeModulePkg/Core/Dxe/DxeMain.h
index 2004e38..3d999f9 100644
--- a/MdeModulePkg/Core/Dxe/DxeMain.h
+++ b/MdeModulePkg/Core/Dxe/DxeMain.h
@@ -88,7 +88,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include "Imem.h"
#include "Image.h"
#include "Exec.h"
-#include "Hand.h"
+#include "Handle.h"
//
// attributes for reserved memory before it is promoted to system memory
diff --git a/MdeModulePkg/Core/Dxe/DxeMain.inf b/MdeModulePkg/Core/Dxe/DxeMain.inf
index 8a99582..c3e0fd6 100644
--- a/MdeModulePkg/Core/Dxe/DxeMain.inf
+++ b/MdeModulePkg/Core/Dxe/DxeMain.inf
@@ -32,7 +32,7 @@
Library.h
Imem.h
Image.h
- Hand.h
+ Handle.h
Gcd.h
FwVolDriver.h
FwVolBlock.h
diff --git a/MdeModulePkg/Core/Dxe/Hand.h b/MdeModulePkg/Core/Dxe/Handle.h
index e517b83..b73bad9 100644
--- a/MdeModulePkg/Core/Dxe/Hand.h
+++ b/MdeModulePkg/Core/Dxe/Handle.h
@@ -86,9 +86,9 @@ typedef struct {
#define PROTOCOL_NOTIFY_SIGNATURE EFI_SIGNATURE_32('p','r','t','n')
typedef struct {
UINTN Signature;
- LIST_ENTRY Link; // All notifications for this protocol
PROTOCOL_ENTRY *Protocol;
- EFI_EVENT Event; // Event to notify //
+ LIST_ENTRY Link; // All notifications for this protocol
+ EFI_EVENT Event; // Event to notify
LIST_ENTRY *Position; // Last position notified
} PROTOCOL_NOTIFY;