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
regulator
userspace-consumer.h
Go to the documentation of this file.
1
#ifndef __REGULATOR_PLATFORM_CONSUMER_H_
2
#define __REGULATOR_PLATFORM_CONSUMER_H_
3
4
struct
regulator_consumer_supply
;
5
16
struct
regulator_userspace_consumer_data
{
17
const
char
*
name
;
18
19
int
num_supplies
;
20
struct
regulator_bulk_data
*
supplies
;
21
22
bool
init_on
;
23
};
24
25
#endif
/* __REGULATOR_PLATFORM_CONSUMER_H_ */
Generated on Thu Jan 10 2013 14:52:28 for Linux Kernel by
1.8.2