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 */ 15