![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-only */ 0002 /* 0003 * Copyright (C) 2021 Linaro Ltd. 0004 * Copyright (C) 2021 Dávid Virág <virag.david003@gmail.com> 0005 * Author: Sam Protsenko <semen.protsenko@linaro.org> 0006 * Author: Dávid Virág <virag.david003@gmail.com> 0007 * 0008 * This file contains shared functions used by some arm64 Exynos SoCs, 0009 * such as Exynos7885 or Exynos850 to register and init CMUs. 0010 */ 0011 0012 #ifndef __CLK_EXYNOS_ARM64_H 0013 #define __CLK_EXYNOS_ARM64_H 0014 0015 #include "clk.h" 0016 0017 void exynos_arm64_register_cmu(struct device *dev, 0018 struct device_node *np, const struct samsung_cmu_info *cmu); 0019 0020 #endif /* __CLK_EXYNOS_ARM64_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |