Merge tag 'drm-intel-next-2021-01-04' of git://anongit.freedesktop.org/drm/drm-intel...
[linux-2.6-microblaze.git] / include / linux / platform_data / clk-s3c2410.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (c) 2020 Krzysztof Kozlowski <krzk@kernel.org>
4  */
5
6 #ifndef __LINUX_PLATFORM_DATA_CLK_S3C2410_H_
7 #define __LINUX_PLATFORM_DATA_CLK_S3C2410_H_
8
9 /**
10  * struct s3c2410_clk_platform_data - platform data for S3C2410 clock driver
11  *
12  * @modify_misccr: Function to modify the MISCCR and return the new value
13  */
14 struct s3c2410_clk_platform_data {
15         unsigned int (*modify_misccr)(unsigned int clr, unsigned int chg);
16 };
17
18 #endif /* __LINUX_PLATFORM_DATA_CLK_S3C2410_H_ */
19