sdmmc: Add protected area info (Content Protection)

This commit is contained in:
CTCaer
2020-07-17 17:01:40 +03:00
parent f559017aeb
commit 3c2d86ef7b
3 changed files with 8 additions and 3 deletions

View File

@@ -92,6 +92,7 @@ typedef struct _sd_ssr
u8 uhs_grade;
u8 video_class;
u8 app_class;
u32 protected_size;
} sd_ssr_t;
/*! SDMMC storage context. */