|
Linux Kernel
3.7.1
|
#include <linux/magic.h>Go to the source code of this file.
Data Structures | |
| struct | upc_req |
Macros | |
| #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 |
| #define CODA_PSDEV_MAJOR 67 |
Definition at line 6 of file coda_psdev.h.
| #define CODA_REQ_ABORT 0x8 |
Definition at line 25 of file coda_psdev.h.
| #define CODA_REQ_ASYNC 0x1 |
Definition at line 22 of file coda_psdev.h.
| #define CODA_REQ_READ 0x2 |
Definition at line 23 of file coda_psdev.h.
| #define CODA_REQ_WRITE 0x4 |
Definition at line 24 of file coda_psdev.h.
| #define MAX_CODADEVS 5 /* how many do we allow */ |
Definition at line 7 of file coda_psdev.h.
1.8.2