pfc.h 368 B

123456789101112131415161718
  1. /* SPDX-License-Identifier: GPL-2.0
  2. *
  3. * SH Pin Function Control Initialization
  4. *
  5. * Copyright (C) 2012 Renesas Solutions Corp.
  6. */
  7. #ifndef __ARCH_SH_CPU_PFC_H__
  8. #define __ARCH_SH_CPU_PFC_H__
  9. #include <linux/types.h>
  10. struct resource;
  11. int sh_pfc_register(const char *name,
  12. struct resource *resource, u32 num_resources);
  13. #endif /* __ARCH_SH_CPU_PFC_H__ */