Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ab8500-gpio.h
Go to the documentation of this file.
1 /*
2  * Copyright ST-Ericsson 2010.
3  *
4  * Author: Bibek Basu <[email protected]>
5  * Licensed under GPLv2.
6  */
7 
8 #ifndef _AB8500_GPIO_H
9 #define _AB8500_GPIO_H
10 
11 /*
12  * Platform data to register a block: only the initial gpio/irq number.
13  * Array sizes are large enough to contain all AB8500 and AB9540 GPIO
14  * registers.
15  */
16 
18  int gpio_base;
21 };
22 
23 #endif /* _AB8500_GPIO_H */