Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * f75375s.h - platform data structure for f75375s sensor
0003  *
0004  * This file is subject to the terms and conditions of the GNU General Public
0005  * License.  See the file "COPYING" in the main directory of this archive
0006  * for more details.
0007  *
0008  * Copyright (C) 2007, Riku Voipio <riku.voipio@iki.fi>
0009  */
0010 
0011 #ifndef __LINUX_F75375S_H
0012 #define __LINUX_F75375S_H
0013 
0014 /* We want to set fans spinning on systems where there is no
0015  * BIOS to do that for us */
0016 struct f75375s_platform_data {
0017     u8 pwm[2];
0018     u8 pwm_enable[2];
0019 };
0020 
0021 #endif /* __LINUX_F75375S_H */