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
amba
pl061.h
Go to the documentation of this file.
1
#include <linux/types.h>
2
3
/* platform data for the PL061 GPIO driver */
4
5
struct
pl061_platform_data
{
6
/* number of the first GPIO */
7
unsigned
gpio_base
;
8
9
/* number of the first IRQ.
10
* If the IRQ functionality in not desired this must be set to 0.
11
*/
12
unsigned
irq_base
;
13
14
u8
directions
;
/* startup directions, 1: out, 0: in */
15
u8
values
;
/* startup values */
16
};
Generated on Thu Jan 10 2013 14:51:01 for Linux Kernel by
1.8.2