Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git] / arch / sh / include / cpu-common / cpu / pfc.h
blob879d2c9da537fa32239c1434175f393da9b115c4
1 /* SPDX-License-Identifier: GPL-2.0
3 * SH Pin Function Control Initialization
5 * Copyright (C) 2012 Renesas Solutions Corp.
6 */
8 #ifndef __ARCH_SH_CPU_PFC_H__
9 #define __ARCH_SH_CPU_PFC_H__
11 #include <linux/types.h>
13 struct resource;
15 int sh_pfc_register(const char *name,
16 struct resource *resource, u32 num_resources);
18 #endif /* __ARCH_SH_CPU_PFC_H__ */