18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Driver header for SR030PC30 camera sensor
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * Copyright (c) 2010 Samsung Electronics, Co. Ltd
68c2ecf20Sopenharmony_ci * Contact: Sylwester Nawrocki <s.nawrocki@samsung.com>
78c2ecf20Sopenharmony_ci */
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci#ifndef SR030PC30_H
108c2ecf20Sopenharmony_ci#define SR030PC30_H
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_cistruct sr030pc30_platform_data {
138c2ecf20Sopenharmony_ci	unsigned long clk_rate;	/* master clock frequency in Hz */
148c2ecf20Sopenharmony_ci	int (*set_power)(struct device *dev, int on);
158c2ecf20Sopenharmony_ci};
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ci#endif /* SR030PC30_H */
18