Initial commit
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user