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:
@ -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
|
||||
|
Reference in New Issue
Block a user