diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-11 03:36:07 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-11 03:36:07 +0000 |
commit | 7b414b4ed6ccdefce8e167ecc7d67ad64118eb94 (patch) | |
tree | 8ac9f25a508ec3f38ee50c3d43a1282c06605330 /MdeModulePkg/Library/DxeDpcLib/DpcLib.c | |
parent | 987da598355ba96e9eb8b78fc4bdca4c3faedfe5 (diff) | |
download | edk2-7b414b4ed6ccdefce8e167ecc7d67ad64118eb94.zip edk2-7b414b4ed6ccdefce8e167ecc7d67ad64118eb94.tar.gz edk2-7b414b4ed6ccdefce8e167ecc7d67ad64118eb94.tar.bz2 |
1. add public functions header.
2. apply for doxgen format for file header.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5043 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library/DxeDpcLib/DpcLib.c')
-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
)
|