Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
i2c-pxa.h
Go to the documentation of this file.
1 #ifndef _LINUX_I2C_ALGO_PXA_H
2 #define _LINUX_I2C_ALGO_PXA_H
3 
4 typedef enum i2c_slave_event_e {
9 
11  void *data;
13  int (*read) (void *ptr);
14  void (*write)(void *ptr, unsigned int val);
15 };
16 
17 #endif /* _LINUX_I2C_ALGO_PXA_H */