/* * Copyright (c) 2020-2026, Renesas Electronics Corporation. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __PFC_H__ #define __PFC_H__ void pfc_setup(void); #endif /* __PFC_H__ */