summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Include/Protocol/Dpc.h
diff options
context:
space:
mode:
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2007-12-06 23:14:00 +0000
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2007-12-06 23:14:00 +0000
commitc93ce6481e695a0e1d8181a66953788a7d8c0885 (patch)
tree14a0190c4b68a732db015afefc1273ed4a9f7b4a /MdeModulePkg/Include/Protocol/Dpc.h
parent288f9b382445a50278155f703ccce9a0293fceb5 (diff)
downloadedk2-c93ce6481e695a0e1d8181a66953788a7d8c0885.zip
edk2-c93ce6481e695a0e1d8181a66953788a7d8c0885.tar.gz
edk2-c93ce6481e695a0e1d8181a66953788a7d8c0885.tar.bz2
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/Include/Protocol/Dpc.h')
-rw-r--r--MdeModulePkg/Include/Protocol/Dpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Include/Protocol/Dpc.h b/MdeModulePkg/Include/Protocol/Dpc.h
index d20c16a..e095f84 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;
};