summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Include/Protocol/Dpc.h
diff options
context:
space:
mode:
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;
};