upload tizen1.0 source
[kernel/linux-2.6.36.git] / include / media / m5mo_platform.h
1 /*
2  * Driver for M5MO (5MP camera) from NEC
3  * 
4  * This program is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License as published by
6  * the Free Software Foundation; either version 2 of the License, or
7  * (at your option) any later version.
8  */
9
10 struct m5mo_platform_data {
11         unsigned int default_width;
12         unsigned int default_height;
13         unsigned int pixelformat;
14         int freq;       /* MCLK in Hz */
15
16         /* This SoC supports Parallel & CSI-2 */
17         int is_mipi;
18
19         /* ISP interrupt */
20         int (*config_isp_irq)(void);
21         int (*flash_power)(int, struct device *);
22         int irq;
23 };
24