f75375s.h 541 B

123456789101112131415161718192021
  1. /*
  2. * f75375s.h - platform data structure for f75375s sensor
  3. *
  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.
  7. *
  8. * Copyright (C) 2007, Riku Voipio <[email protected]>
  9. */
  10. #ifndef __LINUX_F75375S_H
  11. #define __LINUX_F75375S_H
  12. /* We want to set fans spinning on systems where there is no
  13. * BIOS to do that for us */
  14. struct f75375s_platform_data {
  15. u8 pwm[2];
  16. u8 pwm_enable[2];
  17. };
  18. #endif /* __LINUX_F75375S_H */