diff options
Diffstat (limited to 'include/linux/coda_psdev.h')
-rw-r--r-- | include/linux/coda_psdev.h | 5 |
1 files changed, 5 insertions, 0 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); |