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
input
gp2ap002a00f.h
Go to the documentation of this file.
1
#ifndef _GP2AP002A00F_H_
2
#define _GP2AP002A00F_H_
3
4
#include <linux/i2c.h>
5
6
#define GP2A_I2C_NAME "gp2ap002a00f"
7
15
struct
gp2a_platform_data
{
16
int
vout_gpio
;
17
bool
wakeup
;
18
int
(*
hw_setup
)(
struct
i2c_client
*
client
);
19
int
(*
hw_shutdown
)(
struct
i2c_client
*
client
);
20
};
21
22
#endif
Generated on Thu Jan 10 2013 14:51:37 for Linux Kernel by
1.8.2