diff options
| author | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-22 20:24:42 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-22 20:24:42 +0100 |
| commit | 954285b6c9553a047d0789707ad520c84099e74a (patch) | |
| tree | 2057016a60f38d6df7e9ffe3fc836be3a39cdf06 /Private/NewBoot/BootKit | |
| parent | 5d0bf1cb68c6eb6eb59f1f82fcccfc3e21bf3f9f (diff) | |
EPM: NewBoot: Implement EPM scheme for HCore.
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/NewBoot/BootKit')
| -rw-r--r-- | Private/NewBoot/BootKit/BootKit.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Private/NewBoot/BootKit/BootKit.hxx b/Private/NewBoot/BootKit/BootKit.hxx index 7a393e2a..bad13d85 100644 --- a/Private/NewBoot/BootKit/BootKit.hxx +++ b/Private/NewBoot/BootKit/BootKit.hxx @@ -204,3 +204,5 @@ class BVersionString final { public: static const CharacterTypeUTF16 *Shared() { return BOOTLOADER_VERSION; } }; + +Void boot_try_write_partition_map(const Char* namePart, SizeT namePartLength, BDeviceATA* ataInterface); |
