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.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/ethosu_driver.h b/include/ethosu_driver.h
index e2d3f5b..d2f2f52 100644
--- a/include/ethosu_driver.h
+++ b/include/ethosu_driver.h
@@ -50,9 +50,6 @@ extern "C" {
* Types
******************************************************************************/
-// Forward declare
-struct ethosu_device;
-
enum ethosu_job_state
{
ETHOSU_JOB_IDLE = 0,
@@ -81,7 +78,7 @@ struct ethosu_job
struct ethosu_driver
{
- struct ethosu_device *dev;
+ struct ethosu_device dev;
struct ethosu_driver *next;
struct ethosu_job job;
void *semaphore;