/*1* Driver header for SR030PC30 camera sensor2*3* Copyright (c) 2010 Samsung Electronics, Co. Ltd4* Contact: Sylwester Nawrocki <[email protected]>5*6* This program is free software; you can redistribute it and/or modify7* it under the terms of the GNU General Public License as published by8* the Free Software Foundation; either version 2 of the License, or9* (at your option) any later version.10*/1112#ifndef SR030PC30_H13#define SR030PC30_H1415struct sr030pc30_platform_data {16unsigned long clk_rate; /* master clock frequency in Hz */17int (*set_power)(struct device *dev, int on);18};1920#endif /* SR030PC30_H */212223