1 2 3 4 5 6 7 8 9 10 11 12
#ifndef ADIS16255_H #define ADIS16255_H #include <linux/types.h> struct adis16255_init_data { char direction; u8 negative; int irq; }; #endif