diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-02 08:09:28 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-02 08:09:28 +0000 |
commit | e6b7d45e9d61371ca3c70aa68389663b6f718721 (patch) | |
tree | b233035c4db52f459bc2c9ac0901a9dd3c47cf05 /MdeModulePkg/Include | |
parent | 7e6a7a637839c3664cd39e3650116571235d0ea5 (diff) | |
download | edk2-e6b7d45e9d61371ca3c70aa68389663b6f718721.zip edk2-e6b7d45e9d61371ca3c70aa68389663b6f718721.tar.gz edk2-e6b7d45e9d61371ca3c70aa68389663b6f718721.tar.bz2 |
Code scrub for PlatformBdsLibNull.inf library instance.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6801 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Include')
-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 4740d7b..5b245f6 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;
};
|