summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Protocol/Bds.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Protocol/Bds.h')
-rw-r--r--MdePkg/Include/Protocol/Bds.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Include/Protocol/Bds.h b/MdePkg/Include/Protocol/Bds.h
index bda2c37c08..ae37173ee9 100644
--- a/MdePkg/Include/Protocol/Bds.h
+++ b/MdePkg/Include/Protocol/Bds.h
@@ -20,7 +20,7 @@
///
/// Declare forward reference for the BDS Architectural Protocol
///
-typedef struct _EFI_BDS_ARCH_PROTOCOL EFI_BDS_ARCH_PROTOCOL;
+typedef struct _EFI_BDS_ARCH_PROTOCOL EFI_BDS_ARCH_PROTOCOL;
/**
This function uses policy data from the platform to determine what operating
@@ -58,9 +58,9 @@ VOID
/// the boot device can be used to load and invoke an OS or a system utility.
///
struct _EFI_BDS_ARCH_PROTOCOL {
- EFI_BDS_ENTRY Entry;
+ EFI_BDS_ENTRY Entry;
};
-extern EFI_GUID gEfiBdsArchProtocolGuid;
+extern EFI_GUID gEfiBdsArchProtocolGuid;
#endif