blob: 879d2c9da537fa32239c1434175f393da9b115c4 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001/* SPDX-License-Identifier: GPL-2.0
2 *
3 * SH Pin Function Control Initialization
4 *
5 * Copyright (C) 2012 Renesas Solutions Corp.
6 */
7
8#ifndef __ARCH_SH_CPU_PFC_H__
9#define __ARCH_SH_CPU_PFC_H__
10
11#include <linux/types.h>
12
13struct resource;
14
15int sh_pfc_register(const char *name,
16 struct resource *resource, u32 num_resources);
17
18#endif /* __ARCH_SH_CPU_PFC_H__ */