bdk: storage: small mmc refactoring

- Correct some Response Type names
- And use _def for mmc defines similarly to sd_def
This commit is contained in:
CTCaer
2025-08-27 15:08:11 +03:00
parent b8e246248f
commit bdf556fd36
5 changed files with 18 additions and 18 deletions

View File

@@ -24,7 +24,7 @@
#include <input/als.h>
#include <input/joycon.h>
#include <input/touch.h>
#include <mem/emc.h>
#include <mem/emc_t210.h>
#include <mem/heap.h>
#include <mem/mc.h>
#include <mem/minerva.h>
@@ -58,7 +58,7 @@
#include <soc/uart.h>
#include <storage/emmc.h>
#include <storage/mbr_gpt.h>
#include <storage/mmc.h>
#include <storage/mmc_def.h>
#include <storage/nx_emmc_bis.h>
#include <storage/ramdisk.h>
#include <storage/sd.h>