From 402e4a9d777677296945afa020194bf4123885e2 Mon Sep 17 00:00:00 2001 From: niruiyu Date: Mon, 30 Jul 2012 03:50:42 +0000 Subject: Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx protocol. Clean up the code to remove unnecessary NotifyHandle in the private data structure. Signed-off-by: Ruiyu Ni Reviewed-by: Elvin Li git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13565 6f19259b-4bc3-4df7-8a09-765794883524 --- IntelFrameworkModulePkg/Universal/BdsDxe/Hotkey.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'IntelFrameworkModulePkg/Universal') diff --git a/IntelFrameworkModulePkg/Universal/BdsDxe/Hotkey.h b/IntelFrameworkModulePkg/Universal/BdsDxe/Hotkey.h index 3b571b8e64..f2c964e0c5 100644 --- a/IntelFrameworkModulePkg/Universal/BdsDxe/Hotkey.h +++ b/IntelFrameworkModulePkg/Universal/BdsDxe/Hotkey.h @@ -31,7 +31,7 @@ typedef struct { UINTN Signature; LIST_ENTRY Link; - EFI_HANDLE NotifyHandle; + VOID *NotifyHandle; UINT16 BootOptionNumber; UINT8 CodeCount; UINT8 WaitingKey; -- cgit v1.2.3