Linux 2.6.31.10
[linux-2.6/mini2440.git] / include / linux / amba / pl061.h
blobb4fbd9862606c76fc8accc05c18d0f2a1d4ab6ec
1 /* platform data for the PL061 GPIO driver */
3 struct pl061_platform_data {
4 /* number of the first GPIO */
5 unsigned gpio_base;
7 /* number of the first IRQ.
8 * If the IRQ functionality in not desired this must be set to
9 * (unsigned) -1.
11 unsigned irq_base;
13 u8 directions; /* startup directions, 1: out, 0: in */
14 u8 values; /* startup values */