diff options
-rw-r--r-- | include/linux/coda_psdev.h | 5 | ||||
-rw-r--r-- | include/uapi/linux/coda_psdev.h | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/include/linux/coda_psdev.h b/include/linux/coda_psdev.h index d1672fd5e638..9487f792770c 100644 --- a/include/linux/coda_psdev.h +++ b/include/linux/coda_psdev.h | |||
@@ -31,6 +31,11 @@ struct upc_req { | |||
31 | wait_queue_head_t uc_sleep; /* process' wait queue */ | 31 | wait_queue_head_t uc_sleep; /* process' wait queue */ |
32 | }; | 32 | }; |
33 | 33 | ||
34 | #define CODA_REQ_ASYNC 0x1 | ||
35 | #define CODA_REQ_READ 0x2 | ||
36 | #define CODA_REQ_WRITE 0x4 | ||
37 | #define CODA_REQ_ABORT 0x8 | ||
38 | |||
34 | static inline struct venus_comm *coda_vcp(struct super_block *sb) | 39 | static inline struct venus_comm *coda_vcp(struct super_block *sb) |
35 | { | 40 | { |
36 | return (struct venus_comm *)((sb)->s_fs_info); | 41 | return (struct venus_comm *)((sb)->s_fs_info); |
diff --git a/include/uapi/linux/coda_psdev.h b/include/uapi/linux/coda_psdev.h index d50d51a57fe4..3dacb7fad66a 100644 --- a/include/uapi/linux/coda_psdev.h +++ b/include/uapi/linux/coda_psdev.h | |||
@@ -7,9 +7,4 @@ | |||
7 | #define CODA_PSDEV_MAJOR 67 | 7 | #define CODA_PSDEV_MAJOR 67 |
8 | #define MAX_CODADEVS 5 /* how many do we allow */ | 8 | #define MAX_CODADEVS 5 /* how many do we allow */ |
9 | 9 | ||
10 | #define CODA_REQ_ASYNC 0x1 | ||
11 | #define CODA_REQ_READ 0x2 | ||
12 | #define CODA_REQ_WRITE 0x4 | ||
13 | #define CODA_REQ_ABORT 0x8 | ||
14 | |||
15 | #endif /* _UAPI__CODA_PSDEV_H */ | 10 | #endif /* _UAPI__CODA_PSDEV_H */ |