mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-27 15:24:54 +00:00

Add QoS support for RZ/G2M SoC. Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Change-Id: If541278fd629761cc83398bba71e63f09d9dbee6
13 lines
271 B
C
13 lines
271 B
C
/*
|
|
* Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved.
|
|
*
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
#ifndef RZG_QOS_INIT_H
|
|
#define RZG_QOS_INIT_H
|
|
|
|
void rzg_qos_init(void);
|
|
uint8_t rzg_get_boardcnf_phyvalid(void);
|
|
|
|
#endif /* RZG_QOS_INIT_H */
|