diff options
Diffstat (limited to 'MdeModulePkg/Include/Library')
-rw-r--r-- | MdeModulePkg/Include/Library/PlatformBdsLib.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/MdeModulePkg/Include/Library/PlatformBdsLib.h b/MdeModulePkg/Include/Library/PlatformBdsLib.h index 4740d7b68e..5b245f6f57 100644 --- a/MdeModulePkg/Include/Library/PlatformBdsLib.h +++ b/MdeModulePkg/Include/Library/PlatformBdsLib.h @@ -29,21 +29,21 @@ struct _EFI_BDS_ARCH_PROTOCOL_INSTANCE { UINTN Signature;
EFI_HANDLE Handle;
EFI_BDS_ARCH_PROTOCOL Bds;
- //
- // Save the current boot mode
- //
+ ///
+ /// Save the current boot mode
+ ///
EFI_BOOT_MODE BootMode;
- //
- // Set true if boot with default settings
- //
+ ///
+ /// Set true if boot with default settings
+ ///
BOOLEAN DefaultBoot;
- //
- // The system default timeout for choose the boot option
- //
+ ///
+ /// The system default timeout for choose the boot option
+ ///
UINT16 TimeoutDefault;
- //
- // Memory Test Level
- //
+ ///
+ /// Memory Test Level
+ ///
EXTENDMEM_COVERAGE_LEVEL MemoryTestLevel;
};
|