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