nomadik-gpio: allow sleep mode dir/pull to differ from normal mode
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / staging / adis16255 / adis16255.h
blob03e07001bab23e37f94436a901d9fc85ec348536
1 #ifndef ADIS16255_H
2 #define ADIS16255_H
4 #include <linux/types.h>
6 struct adis16255_init_data {
7 char direction;
8 u8 negative;
9 int irq;
12 #endif