Implement Get SDHCI Registers packet.

This commit is contained in:
2019-10-18 00:25:45 +01:00
parent 0be95c5c70
commit 62e90e0519
5 changed files with 134 additions and 54 deletions

View File

@@ -40,8 +40,8 @@ int32_t linux_get_sdhci_registers(const char* devicePath,
char** cid,
char** ocr,
char** scr,
int* csd_len,
int* cid_len,
int* ocr_len,
int* scr_len);
uint32_t* csd_len,
uint32_t* cid_len,
uint32_t* ocr_len,
uint32_t* scr_len);
#endif // DICREMOTE_LINUX_H