Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
htcpld.h
Go to the documentation of this file.
1 #ifndef __LINUX_HTCPLD_H
2 #define __LINUX_HTCPLD_H
3 
5  unsigned int addr;
6  unsigned int reset;
7  unsigned int num_gpios;
8  unsigned int gpio_out_base;
9  unsigned int gpio_in_base;
10  unsigned int irq_base;
11  unsigned int num_irqs;
12 };
13 
15  unsigned int int_reset_gpio_hi;
16  unsigned int int_reset_gpio_lo;
17  unsigned int i2c_adapter_id;
18 
20  unsigned int num_chip;
21 };
22 
23 #endif /* __LINUX_HTCPLD_H */
24