/* * drivers/media/video/omap/h3sensorpower.h * * Copyright (C) 2005 Texas Instruments. * * This file is licensed under the terms of the GNU General Public License * version 2. This program is licensed "as is" without any warranty of any * kind, whether express or implied. */ #ifndef H3SENSORPOWER_H #define H3SENSORPOWER_H int h3_sensor_powerup(void); int h3_sensor_powerdown(void); #endif /*H3SENSORPOWER_H*/