Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
[deliverable/linux.git] / drivers / staging / adis16255 / adis16255.h
1 #ifndef ADIS16255_H
2 #define ADIS16255_H
3
4 #include <linux/types.h>
5
6 struct adis16255_init_data {
7 char direction;
8 u8 negative;
9 int irq;
10 };
11
12 #endif
This page took 0.032149 seconds and 6 git commands to generate.