mirror of https://github.com/acidanthera/audk.git
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:
parent
288f9b3824
commit
c93ce6481e
|
@ -98,7 +98,7 @@ EFI_STATUS
|
|||
//
|
||||
// DPC Protocol structure
|
||||
//
|
||||
typedef struct _EFI_DPC_PROTOCOL {
|
||||
struct _EFI_DPC_PROTOCOL {
|
||||
EFI_DPC_QUEUE_DPC QueueDpc;
|
||||
EFI_DPC_DISPATCH_DPC DispatchDpc;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue