summaryrefslogtreecommitdiffstats
path: root/PrmPkg/Include/Protocol/PrmConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'PrmPkg/Include/Protocol/PrmConfig.h')
-rw-r--r--PrmPkg/Include/Protocol/PrmConfig.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/PrmPkg/Include/Protocol/PrmConfig.h b/PrmPkg/Include/Protocol/PrmConfig.h
index d90fe5a0dd..4cce6b3c2c 100644
--- a/PrmPkg/Include/Protocol/PrmConfig.h
+++ b/PrmPkg/Include/Protocol/PrmConfig.h
@@ -19,14 +19,13 @@
typedef struct _PRM_CONFIG_PROTOCOL PRM_CONFIG_PROTOCOL;
-#define PRM_CONFIG_PROTOCOL_SIGNATURE SIGNATURE_32('P','M','C','P')
-#define PRM_CONFIG_PROTOCOL_VERSION 1
+#define PRM_CONFIG_PROTOCOL_SIGNATURE SIGNATURE_32('P','M','C','P')
+#define PRM_CONFIG_PROTOCOL_VERSION 1
-struct _PRM_CONFIG_PROTOCOL
-{
- PRM_MODULE_CONTEXT_BUFFERS ModuleContextBuffers;
+struct _PRM_CONFIG_PROTOCOL {
+ PRM_MODULE_CONTEXT_BUFFERS ModuleContextBuffers;
};
-extern EFI_GUID gPrmConfigProtocolGuid;
+extern EFI_GUID gPrmConfigProtocolGuid;
#endif