staging/easycap: remove oss support
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / linux / amba / pl061.h
blob5ddd9ad4b19c9c381d77ab5c24a01031b4127ba3
1 #include <linux/types.h>
3 /* platform data for the PL061 GPIO driver */
5 struct pl061_platform_data {
6 /* number of the first GPIO */
7 unsigned gpio_base;
9 /* number of the first IRQ.
10 * If the IRQ functionality in not desired this must be set to
11 * (unsigned) -1.
13 unsigned irq_base;
15 u8 directions; /* startup directions, 1: out, 0: in */
16 u8 values; /* startup values */