fixed driver unrsolved dependencies

This commit is contained in:
Blaise Tine
2020-08-27 06:41:40 -04:00
parent c7cdb09822
commit e54425404e
6 changed files with 27 additions and 3 deletions

View File

@@ -47,3 +47,11 @@ extern int vx_start(vx_device_h /*hdevice*/) {
extern int vx_ready_wait(vx_device_h /*hdevice*/, long long /*timeout*/) {
return -1;
}
extern int vx_csr_set(vx_device_h /*hdevice*/, int /*core*/, int /*address*/, unsigned /*value*/) {
return -1;
}
extern int vx_csr_get(vx_device_h /*hdevice*/, int /*core*/, int /*address*/, unsigned* /*value*/) {
return -1;
}