clean-up MdeModulePkg/Include/Protocol.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7192 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
eric_tian
2009-01-06 06:54:29 +00:00
parent f497011482
commit c351b60d13
6 changed files with 22 additions and 71 deletions

View File

@ -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