mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-25 14:25:44 +00:00

Switch using common ddr driver code from renesas/common/ddr directory for RZ/G2M SoC. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com> Change-Id: I807dcb0bc5186bd32bc1c577945d28634bb10e1f
13 lines
272 B
C
13 lines
272 B
C
/*
|
|
* Copyright (c) 2020-2021, 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 get_boardcnf_phyvalid(void);
|
|
|
|
#endif /* RZG_QOS_INIT_H */
|