xref: /rk3399_ARM-atf/drivers/renesas/rcar/pfc/V3M/pfc_init_v3m.h (revision 050a99a62f1df4de589be077b5b5fffe3c93afc7)
1 /*
2  * Copyright (c) 2015-2017, Renesas Electronics Corporation
3  * All rights reserved.
4  *
5  * SPDX-License-Identifier: BSD-3-Clause
6  */
7 
8 #ifndef PFC_INIT_V3M_H
9 #define PFC_INIT_V3M_H
10 
11 void pfc_init_v3m(void);
12 
13 #endif	/* PFC_INIT_V3M_H */
14