summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Protocol/DriverFamilyOverride.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Protocol/DriverFamilyOverride.h')
-rw-r--r--MdePkg/Include/Protocol/DriverFamilyOverride.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/MdePkg/Include/Protocol/DriverFamilyOverride.h b/MdePkg/Include/Protocol/DriverFamilyOverride.h
index 8ea730e9ca..767c543968 100644
--- a/MdePkg/Include/Protocol/DriverFamilyOverride.h
+++ b/MdePkg/Include/Protocol/DriverFamilyOverride.h
@@ -14,12 +14,13 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
0xb1ee129e, 0xda36, 0x4181, { 0x91, 0xf8, 0x4, 0xa4, 0x92, 0x37, 0x66, 0xa7 } \
}
-typedef struct _EFI_DRIVER_FAMILY_OVERRIDE_PROTOCOL EFI_DRIVER_FAMILY_OVERRIDE_PROTOCOL;
+typedef struct _EFI_DRIVER_FAMILY_OVERRIDE_PROTOCOL EFI_DRIVER_FAMILY_OVERRIDE_PROTOCOL;
//
// Prototypes for the Driver Family Override Protocol
//
//
+
/**
This function returns the version value associated with the driver specified by This.
@@ -52,9 +53,9 @@ UINT32
/// Bus Specific Driver Override Protocol.
///
struct _EFI_DRIVER_FAMILY_OVERRIDE_PROTOCOL {
- EFI_DRIVER_FAMILY_OVERRIDE_GET_VERSION GetVersion;
+ EFI_DRIVER_FAMILY_OVERRIDE_GET_VERSION GetVersion;
};
-extern EFI_GUID gEfiDriverFamilyOverrideProtocolGuid;
+extern EFI_GUID gEfiDriverFamilyOverrideProtocolGuid;
#endif