blob: 7bab92fdbb78db8fc6a9c43e795dc18c9ef807c9 [file] [log] [blame]
Valentine Barshakf2184142018-10-30 02:06:17 +03001/*
2 * Copyright (c) 2015-2017, Renesas Electronics Corporation
3 * All rights reserved.
4 *
5 * SPDX-License-Identifier: BSD-3-Clause
6 */
7
Marek Vasutb4bd2422019-06-17 19:29:03 +02008#ifndef PFC_INIT_V3M_H
9#define PFC_INIT_V3M_H
Valentine Barshakf2184142018-10-30 02:06:17 +030010
11void pfc_init_v3m(void);
12
Marek Vasutb4bd2422019-06-17 19:29:03 +020013#endif /* PFC_INIT_V3M_H */