move boot_storage.h/.c to bdk/storage, check result of ensure_partition

This commit is contained in:
Christoph Baumann
2025-04-22 14:25:14 +02:00
parent fe5e4dc40a
commit 4e9e21b3b1
6 changed files with 11 additions and 5 deletions

View File

@@ -31,7 +31,7 @@
#include <libs/compr/blz.h>
#include <libs/fatfs/ff.h>
#include "storage/emummc.h"
#include "storage/boot_storage.h"
#include <storage/boot_storage.h>
#include "frontend/fe_tools.h"
#include "frontend/fe_info.h"