mirror of
https://github.com/aaru-dps/aaruremote.git
synced 2025-12-16 19:24:37 +00:00
Implement Get SDHCI Registers packet.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user