/* * drivers/media/video/omap/h4sensorpower.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 H4SENSORPOWER_H #define H4SENSORPOWER_H int h4_sensor_powerup(void); int h4_sensor_powerdown(void); #endif /*H4SENSORPOWER_H*/