cpp-d1064d
[cross.git] / i686-linux-gnu-4.7 / usr / include / linux / coda_psdev.h
diff --git a/i686-linux-gnu-4.7/usr/include/linux/coda_psdev.h b/i686-linux-gnu-4.7/usr/include/linux/coda_psdev.h
new file mode 100644 (file)
index 0000000..6a97c92
--- /dev/null
@@ -0,0 +1,15 @@
+/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
+#ifndef __CODA_PSDEV_H
+#define __CODA_PSDEV_H
+
+#include <linux/magic.h>
+
+#define CODA_PSDEV_MAJOR 67
+#define MAX_CODADEVS  5           /* how many do we allow */
+
+#define CODA_REQ_ASYNC  0x1
+#define CODA_REQ_READ   0x2
+#define CODA_REQ_WRITE  0x4
+#define CODA_REQ_ABORT  0x8
+
+#endif /* __CODA_PSDEV_H */