From ecdce6c33b2cb5e2589e339dd5c3c5c463ace9f2 Mon Sep 17 00:00:00 2001 From: Ledion Daja Date: Mon, 16 Jan 2023 15:39:29 +0100 Subject: Fix (part of) SEI CERT coding standard warning Change-Id: Ic370f071eb4f3ed83cd9e5a6b587d7d527c37825 --- src/ethosu_device.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ethosu_device.h') 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 * * 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. -- cgit v1.2.1