aboutsummaryrefslogtreecommitdiff
path: root/include/ethosu_driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ethosu_driver.h')
-rw-r--r--include/ethosu_driver.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/ethosu_driver.h b/include/ethosu_driver.h
index 2ce59c2..16f0a25 100644
--- a/include/ethosu_driver.h
+++ b/include/ethosu_driver.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2019-2020 Arm Limited. All rights reserved.
+ * Copyright (c) 2019-2021 Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*
@@ -47,6 +47,8 @@ struct ethosu_driver
bool dev_power_always_on;
struct ethosu_driver *next;
bool reserved;
+ volatile bool irq_triggered;
+ void *semaphore;
};
struct ethosu_version_id