sdmmc: identify SD Express cards

This commit is contained in:
CTCaer
2026-06-09 07:01:21 +03:00
parent 0eb287bc18
commit b857af7cd0
2 changed files with 6 additions and 1 deletions

View File

@@ -196,6 +196,7 @@ typedef struct _sdmmc_storage_t
int initialized;
int is_low_voltage;
int has_sector_access;
int has_pcie;
u32 rca;
u32 sec_cnt;
u32 partition;