aboutsummaryrefslogtreecommitdiff
path: root/src/ethosu_driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ethosu_driver.c')
-rw-r--r--src/ethosu_driver.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ethosu_driver.c b/src/ethosu_driver.c
index 84488e5..2be18af 100644
--- a/src/ethosu_driver.c
+++ b/src/ethosu_driver.c
@@ -696,6 +696,11 @@ int ethosu_init(struct ethosu_driver *drv,
return return_code;
}
+void ethosu_deinit(struct ethosu_driver *drv)
+{
+ ethosu_deregister_driver(drv);
+}
+
void ethosu_get_driver_version(struct ethosu_driver_version *ver)
{
assert(ver != NULL);