diff options
Diffstat (limited to 'MdeModulePkg/Library/DxeDpcLib')
-rw-r--r-- | MdeModulePkg/Library/DxeDpcLib/DpcLib.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MdeModulePkg/Library/DxeDpcLib/DpcLib.c b/MdeModulePkg/Library/DxeDpcLib/DpcLib.c index bc834f7..bdbf8dc 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
)
|