Initial commit

This commit is contained in:
2026-04-10 22:56:16 +03:00
parent 65e7b45861
commit 787857b26f
19 changed files with 4375 additions and 62 deletions

View File

@@ -49,7 +49,6 @@ size_t pubExtractPcounter(device_public_context_t* devContext);
size_t pubExtractOpcode(device_mem_t* devMem, size_t _programCounter);
void* pubExtractPcounterPtr(device_public_context_t* devContext);
uint8_t pubExtractPcounterSizeWords();
device_specs_t* parseSpecsFromConfig(const conf_dev_t* devConf, char* errbuf);
void fillSmartReadSpecs(device_specs_t* specs, smart_read_spec_t* smartReadSpecs, uint64_t smartReadSpecsCount);
void fillSmartWriteSpecs(device_specs_t* specs, smart_write_spec_t* smartWriteSpecs, uint64_t smartWriteSpecsCount);