blob: 03e07001bab23e37f94436a901d9fc85ec348536 [file] [log] [blame]
#ifndef ADIS16255_H
#define ADIS16255_H
#include <linux/types.h>
struct adis16255_init_data {
char direction;
u8 negative;
int irq;
};
#endif