mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-08-16 01:17:01 +02:00
Add pin control support for RZ/G2N 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: Ib5eb4f3b1b75e158ec13c4eefdbe9688344206a3
13 lines
230 B
C
13 lines
230 B
C
/*
|
|
* Copyright (c) 2021, Renesas Electronics Corporation. All rights reserved.
|
|
*
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
#ifndef PFC_INIT_G2N_H
|
|
#define PFC_INIT_G2N_H
|
|
|
|
void pfc_init_g2n(void);
|
|
|
|
#endif /* PFC_INIT_G2N_H */
|