]> Git Repo - linux.git/blob - drivers/clk/meson/clk-input.h
powerpc/vdso64: Fix CLOCK_MONOTONIC inconsistencies across Y2038
[linux.git] / drivers / clk / meson / clk-input.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (c) 2019 BayLibre, SAS.
4  * Author: Jerome Brunet <[email protected]>
5  */
6
7 #ifndef __MESON_CLK_INPUT_H
8 #define __MESON_CLK_INPUT_H
9
10 #include <linux/clk-provider.h>
11
12 struct device;
13
14 struct clk_hw *meson_clk_hw_register_input(struct device *dev,
15                                            const char *of_name,
16                                            const char *clk_name,
17                                            unsigned long flags);
18
19 #endif /* __MESON_CLK_INPUT_H */
This page took 0.035427 seconds and 4 git commands to generate.