mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-08-14 16:37:05 +02:00
Add pin control 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: I08719015cab1ec59e2270523980a0a3e26e72c01
13 lines
230 B
C
13 lines
230 B
C
/*
|
|
* Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved.
|
|
*
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
#ifndef PFC_INIT_G2M_H
|
|
#define PFC_INIT_G2M_H
|
|
|
|
void pfc_init_g2m(void);
|
|
|
|
#endif /* PFC_INIT_G2M_H */
|