summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/DxeDpcLib
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Library/DxeDpcLib')
-rw-r--r--MdeModulePkg/Library/DxeDpcLib/DpcLib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/MdeModulePkg/Library/DxeDpcLib/DpcLib.c b/MdeModulePkg/Library/DxeDpcLib/DpcLib.c
index bc834f7a3e..bdbf8dcbb7 100644
--- a/MdeModulePkg/Library/DxeDpcLib/DpcLib.c
+++ b/MdeModulePkg/Library/DxeDpcLib/DpcLib.c
@@ -70,6 +70,7 @@ DpcLibConstructor (
**/
EFI_STATUS
+EFIAPI
QueueDpc (
IN EFI_TPL DpcTpl,
IN EFI_DPC_PROCEDURE DpcProcedure,
@@ -93,6 +94,7 @@ QueueDpc (
**/
EFI_STATUS
+EFIAPI
DispatchDpc (
VOID
)