Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pcf857x.h
Go to the documentation of this file.
1 #ifndef __LINUX_PCF857X_H
2 #define __LINUX_PCF857X_H
3 
33  unsigned gpio_base;
34  unsigned n_latch;
35 
36  int (*setup)(struct i2c_client *client,
37  int gpio, unsigned ngpio,
38  void *context);
40  int gpio, unsigned ngpio,
41  void *context);
42  void *context;
43 
44  int irq;
45 };
46 
47 #endif /* __LINUX_PCF857X_H */