edk2/MdeModulePkg/Include/Protocol/Dpc.h

Remove unneeded 'typedef' near 'struct _EFI_DPC_PROTOCOL'
  to remove compiler warning.


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4367 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jljusten 2007-12-06 23:14:00 +00:00
parent 288f9b3824
commit c93ce6481e
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ EFI_STATUS
// //
// DPC Protocol structure // DPC Protocol structure
// //
typedef struct _EFI_DPC_PROTOCOL { struct _EFI_DPC_PROTOCOL {
EFI_DPC_QUEUE_DPC QueueDpc; EFI_DPC_QUEUE_DPC QueueDpc;
EFI_DPC_DISPATCH_DPC DispatchDpc; EFI_DPC_DISPATCH_DPC DispatchDpc;
}; };