GNU Linux-libre 4.9.309-gnu1
[releases.git] / include / uapi / linux / coda_psdev.h
1 #ifndef _UAPI__CODA_PSDEV_H
2 #define _UAPI__CODA_PSDEV_H
3
4 #include <linux/magic.h>
5
6 #define CODA_PSDEV_MAJOR 67
7 #define MAX_CODADEVS  5    /* how many do we allow */
8
9 #define CODA_REQ_ASYNC  0x1
10 #define CODA_REQ_READ   0x2
11 #define CODA_REQ_WRITE  0x4
12 #define CODA_REQ_ABORT  0x8
13
14 #endif /* _UAPI__CODA_PSDEV_H */