summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/UefiLib/UefiLibInternal.h
diff options
context:
space:
mode:
authorStar Zeng <star.zeng@intel.com>2017-01-17 13:26:18 +0800
committerStar Zeng <star.zeng@intel.com>2017-01-20 15:51:16 +0800
commit1b1970630d3f607c4e0c25c491914ef2a3200119 (patch)
treec9d1d6817e318c38bb456e319c7faff40636a1ba /MdePkg/Library/UefiLib/UefiLibInternal.h
parent058cd03b5857e917a8a6d77ec4707ff77a441ca8 (diff)
downloadedk2-1b1970630d3f607c4e0c25c491914ef2a3200119.tar.gz
edk2-1b1970630d3f607c4e0c25c491914ef2a3200119.tar.bz2
edk2-1b1970630d3f607c4e0c25c491914ef2a3200119.zip
MdePkg UefiLib: Make the event empty function public
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=298 Then this event empty function can be used to remove the duplication in drivers and other libraries. Cc: Liming Gao <liming.gao@intel.com> Cc: Michael Kinney <michael.d.kinney@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'MdePkg/Library/UefiLib/UefiLibInternal.h')
-rw-r--r--MdePkg/Library/UefiLib/UefiLibInternal.h20
1 files changed, 1 insertions, 19 deletions
diff --git a/MdePkg/Library/UefiLib/UefiLibInternal.h b/MdePkg/Library/UefiLib/UefiLibInternal.h
index 2311f27f1e..412ad1b89c 100644
--- a/MdePkg/Library/UefiLib/UefiLibInternal.h
+++ b/MdePkg/Library/UefiLib/UefiLibInternal.h
@@ -1,7 +1,7 @@
/** @file
Internal include file for UefiLib.
- Copyright (c) 2007 - 2008, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2007 - 2017, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -41,22 +41,4 @@
#include <Library/PrintLib.h>
#include <Library/DevicePathLib.h>
-/**
- An empty function to pass error checking of CreateEventEx ().
-
- This empty function ensures that EVT_NOTIFY_SIGNAL_ALL is error
- checked correctly since it is now mapped into CreateEventEx() in UEFI 2.0.
-
- @param Event Event whose notification function is being invoked.
- @param Context The pointer to the notification function's context,
- which is implementation-dependent.
-
-**/
-VOID
-EFIAPI
-InternalEmptyFunction (
- IN EFI_EVENT Event,
- IN VOID *Context
- );
-
#endif