]> Git Repo - linux.git/blob - include/linux/platform_data/clk-da8xx-cfgchip.h
arm64: avoid prototype warnings for syscalls
[linux.git] / include / linux / platform_data / clk-da8xx-cfgchip.h
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * clk-da8xx-cfgchip - TI DaVinci DA8xx CFGCHIP clock driver
4  *
5  * Copyright (C) 2018 David Lechner <[email protected]>
6  */
7
8 #ifndef __LINUX_PLATFORM_DATA_CLK_DA8XX_CFGCHIP_H__
9 #define __LINUX_PLATFORM_DATA_CLK_DA8XX_CFGCHIP_H__
10
11 #include <linux/regmap.h>
12
13 /**
14  * da8xx_cfgchip_clk_platform_data
15  * @cfgchip: CFGCHIP syscon regmap
16  */
17 struct da8xx_cfgchip_clk_platform_data {
18         struct regmap *cfgchip;
19 };
20
21 #endif /* __LINUX_PLATFORM_DATA_CLK_DA8XX_CFGCHIP_H__ */
This page took 0.035193 seconds and 4 git commands to generate.