From c351b60d136004f2935fc51b4970cd0ebcff3f60 Mon Sep 17 00:00:00 2001 From: eric_tian Date: Tue, 6 Jan 2009 06:54:29 +0000 Subject: clean-up MdeModulePkg/Include/Protocol. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7192 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Include/Protocol/Dpc.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'MdeModulePkg/Include/Protocol/Dpc.h') diff --git a/MdeModulePkg/Include/Protocol/Dpc.h b/MdeModulePkg/Include/Protocol/Dpc.h index 40276f1..4b667d1 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 -- cgit v1.1