diff options
Diffstat (limited to 'MdeModulePkg/Include/Protocol/Dpc.h')
-rw-r--r-- | MdeModulePkg/Include/Protocol/Dpc.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/MdeModulePkg/Include/Protocol/Dpc.h b/MdeModulePkg/Include/Protocol/Dpc.h index 40276f1012..4b667d10ec 100644 --- a/MdeModulePkg/Include/Protocol/Dpc.h +++ b/MdeModulePkg/Include/Protocol/Dpc.h @@ -87,17 +87,17 @@ EFI_STATUS IN EFI_DPC_PROTOCOL *This
);
-//
-// DPC Protocol structure
-//
+///
+/// DPC Protocol structure
+///
struct _EFI_DPC_PROTOCOL {
EFI_DPC_QUEUE_DPC QueueDpc;
EFI_DPC_DISPATCH_DPC DispatchDpc;
};
-//
-// DPC Protocol GUID variable
-//
+///
+/// DPC Protocol GUID variable
+///
extern EFI_GUID gEfiDpcProtocolGuid;
#endif
|