diff options
author | jljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-12-06 23:14:00 +0000 |
---|---|---|
committer | jljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-12-06 23:14:00 +0000 |
commit | c93ce6481e695a0e1d8181a66953788a7d8c0885 (patch) | |
tree | 14a0190c4b68a732db015afefc1273ed4a9f7b4a /MdeModulePkg | |
parent | 288f9b382445a50278155f703ccce9a0293fceb5 (diff) | |
download | edk2-platforms-c93ce6481e695a0e1d8181a66953788a7d8c0885.tar.xz |
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
Diffstat (limited to 'MdeModulePkg')
-rw-r--r-- | MdeModulePkg/Include/Protocol/Dpc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Include/Protocol/Dpc.h b/MdeModulePkg/Include/Protocol/Dpc.h index d20c16a629..e095f84e81 100644 --- a/MdeModulePkg/Include/Protocol/Dpc.h +++ b/MdeModulePkg/Include/Protocol/Dpc.h @@ -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;
};
|