thinkpad-acpi: drop HKEY event 0x5010
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / linux / f75375s.h
blobe99e225006688eeb8ee347daccb183217b2a0d76
1 /*
2 * f75375s.h - platform data structure for f75375s sensor
4 * This file is subject to the terms and conditions of the GNU General Public
5 * License. See the file "COPYING" in the main directory of this archive
6 * for more details.
8 * Copyright (C) 2007, Riku Voipio <riku.voipio@iki.fi>
9 */
11 #ifndef __LINUX_F75375S_H
12 #define __LINUX_F75375S_H
14 /* We want to set fans spinning on systems where there is no
15 * BIOS to do that for us */
16 struct f75375s_platform_data {
17 u8 pwm[2];
18 u8 pwm_enable[2];
21 #endif /* __LINUX_F75375S_H */