]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/media/video/omap/h4sensorpower.h
Move i2c_driver out of ov9640_sensor structure and
[linux-2.6-omap-h63xx.git] / drivers / media / video / omap / h4sensorpower.h
1 /*
2  * drivers/media/video/omap/h4sensorpower.h
3  *
4  * Copyright (C) 2005 Texas Instruments.
5  *
6  * This file is licensed under the terms of the GNU General Public License
7  * version 2. This program is licensed "as is" without any warranty of any
8  * kind, whether express or implied.
9  */
10
11 #ifndef H4SENSORPOWER_H
12 #define H4SENSORPOWER_H
13
14 int h4_sensor_powerup(void);
15 int h4_sensor_powerdown(void);
16
17 #endif /*H4SENSORPOWER_H*/