repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Staging: strip: delete the driver
[linux/fpc-iii.git]
/
drivers
/
staging
/
adis16255
/
adis16255.h
blob
03e07001bab23e37f94436a901d9fc85ec348536
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