boot: refactor to use sts::boot namespace

This commit is contained in:
Michael Scire 2019-06-22 00:10:21 -07:00
parent 4fbae9e5a4
commit 06416aeded
91 changed files with 3665 additions and 3155 deletions

View file

@ -23,7 +23,7 @@
namespace sts::updater {
/* Public API. */
BootImageUpdateType GetBootImageUpdateType(HardwareType hw_type);
BootImageUpdateType GetBootImageUpdateType(spl::HardwareType hw_type);
Result VerifyBootImagesAndRepairIfNeeded(bool *out_repaired_normal, bool *out_repaired_safe, void *work_buffer, size_t work_buffer_size, BootImageUpdateType boot_image_update_type);
}