Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
linux
platform_data
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 <ben@simtec.co.uk>
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
26
struct
s3c_hwmon_chcfg
{
27
const
char
*
name
;
28
unsigned
int
mult
;
29
unsigned
int
div
;
30
};
31
36
struct
s3c_hwmon_pdata
{
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
Generated on Thu Jan 10 2013 14:52:19 for Linux Kernel by
1.8.2