xref: /kernel/linux/linux-5.10/arch/sh/include/cpu-common/cpu/pfc.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/arch/sh/include/cpu-common/cpu/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_ci *
38c2ecf20Sopenharmony_ci * SH Pin Function Control Initialization
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * Copyright (C) 2012  Renesas Solutions Corp.
68c2ecf20Sopenharmony_ci */
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ci#ifndef __ARCH_SH_CPU_PFC_H__
98c2ecf20Sopenharmony_ci#define __ARCH_SH_CPU_PFC_H__
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci#include <linux/types.h>
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_cistruct resource;
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ciint sh_pfc_register(const char *name,
168c2ecf20Sopenharmony_ci		    struct resource *resource, u32 num_resources);
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_ci#endif /* __ARCH_SH_CPU_PFC_H__ */
19

Indexes created Thu Nov 07 10:32:03 CST 2024