aboutsummaryrefslogtreecommitdiff
path: root/src/ethosu_device.h
diff options
context:
space:
mode:
authorLedion Daja <ledion.daja@arm.com>2023-01-16 15:39:29 +0100
committerLedion Daja <ledion.daja@arm.com>2023-02-16 09:20:57 +0100
commitecdce6c33b2cb5e2589e339dd5c3c5c463ace9f2 (patch)
tree4831f55dc9cc126f72a3fe4ab76a831fc2801ae0 /src/ethosu_device.h
parentc964424da948fc296814548e2d93b920f93454e5 (diff)
downloadethos-u-core-driver-ecdce6c33b2cb5e2589e339dd5c3c5c463ace9f2.tar.gz
Fix (part of) SEI CERT coding standard warning23.02-rc223.02
Change-Id: Ic370f071eb4f3ed83cd9e5a6b587d7d527c37825
Diffstat (limited to 'src/ethosu_device.h')
-rw-r--r--src/ethosu_device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ethosu_device.h b/src/ethosu_device.h
index 0b45fd6..02942b1 100644
--- a/src/ethosu_device.h
+++ b/src/ethosu_device.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2019-2022 Arm Limited. All rights reserved.
+ * SPDX-FileCopyrightText: Copyright 2019-2023 Arm Limited and/or its affiliates <open-source-office@arm.com>
*
* SPDX-License-Identifier: Apache-2.0
*
@@ -59,7 +59,7 @@ struct ethosu_device
/**
* Initialize the device.
*/
-struct ethosu_device *ethosu_dev_init(const void *base_address, uint32_t secure_enable, uint32_t privilege_enable);
+struct ethosu_device *ethosu_dev_init(void *const base_address, uint32_t secure_enable, uint32_t privilege_enable);
/**
* Deinitialize the device.