mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-22 12:34:19 +00:00

Now that QoS drivers are cleaned up , move them out of staging. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: If61ab2157c30b8f5a6b91d2c56ddbb9098ef99e8
12 lines
242 B
C
12 lines
242 B
C
/*
|
|
* Copyright (c) 2018, Renesas Electronics Corporation. All rights reserved.
|
|
*
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
#ifndef QOS_INIT_E3_V10_H
|
|
#define QOS_INIT_E3_V10_H
|
|
|
|
void qos_init_e3_v10(void);
|
|
|
|
#endif /* QOS_INIT_E3_V10_H */
|