Sign in
kunit
/
linux
/
155130a4f7848b1aac439cab6bda1a175507c71c
/
.
/
drivers
/
staging
/
adis16255
/
adis16255.h
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