summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/Include/Protocol/Dpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'NetworkPkg/Include/Protocol/Dpc.h')
-rw-r--r--NetworkPkg/Include/Protocol/Dpc.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/NetworkPkg/Include/Protocol/Dpc.h b/NetworkPkg/Include/Protocol/Dpc.h
index 5e50f6cf30..5af4cc9e3b 100644
--- a/NetworkPkg/Include/Protocol/Dpc.h
+++ b/NetworkPkg/Include/Protocol/Dpc.h
@@ -7,7 +7,6 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
**/
-
#ifndef __DPC_H__
#define __DPC_H__
@@ -22,8 +21,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
//
// Forward reference for pure ANSI compatibility
//
-typedef struct _EFI_DPC_PROTOCOL EFI_DPC_PROTOCOL;
-
+typedef struct _EFI_DPC_PROTOCOL EFI_DPC_PROTOCOL;
/**
Invoke a Deferred Procedure Call.
@@ -86,13 +84,13 @@ EFI_STATUS
/// DPC Protocol structure.
///
struct _EFI_DPC_PROTOCOL {
- EFI_DPC_QUEUE_DPC QueueDpc;
- EFI_DPC_DISPATCH_DPC DispatchDpc;
+ EFI_DPC_QUEUE_DPC QueueDpc;
+ EFI_DPC_DISPATCH_DPC DispatchDpc;
};
///
/// DPC Protocol GUID variable.
///
-extern EFI_GUID gEfiDpcProtocolGuid;
+extern EFI_GUID gEfiDpcProtocolGuid;
#endif