Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
hwmon-s3c.h
Go to the documentation of this file.
1 /* linux/arch/arm/plat-s3c/include/plat/hwmon.h
2  *
3  * Copyright 2005 Simtec Electronics
4  * Ben Dooks <[email protected]>
5  * http://armlinux.simtec.co.uk/
6  *
7  * S3C - HWMon interface for ADC
8  *
9  * This program is free software; you can redistribute it and/or modify
10  * it under the terms of the GNU General Public License version 2 as
11  * published by the Free Software Foundation.
12 */
13 
14 #ifndef __ASM_ARCH_ADC_HWMON_H
15 #define __ASM_ARCH_ADC_HWMON_H __FILE__
16 
27  const char *name;
28  unsigned int mult;
29  unsigned int div;
30 };
31 
37  struct s3c_hwmon_chcfg *in[8];
38 };
39 
48 extern void __init s3c_hwmon_set_platdata(struct s3c_hwmon_pdata *pd);
49 
50 #endif /* __ASM_ARCH_ADC_HWMON_H */
51