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/G2E 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: I736724cc0dd32f2169018ed7f2f48319b039b61f
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_G2E_H
|
|
#define PFC_INIT_G2E_H
|
|
|
|
void pfc_init_g2e(void);
|
|
|
|
#endif /* PFC_INIT_G2E_H */
|