• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * This header was generated from the Linux kernel headers by update_headers.py,
3  * to provide necessary information from kernel to userspace, such as constants,
4  * structures, and macros, and thus, contains no copyrightable information.
5  */
6 #ifndef _UAPI__CODA_PSDEV_H
7 #define _UAPI__CODA_PSDEV_H
8 #include <linux/magic.h>
9 #define CODA_PSDEV_MAJOR 67
10 #define MAX_CODADEVS  5
11 #define CODA_REQ_ASYNC  0x1
12 #define CODA_REQ_READ   0x2
13 #define CODA_REQ_WRITE  0x4
14 #define CODA_REQ_ABORT  0x8
15 #endif
16