diff options
Diffstat (limited to 'drivers/char/moxa.h')
-rw-r--r-- | drivers/char/moxa.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/char/moxa.h b/drivers/char/moxa.h index 2a38d17cbc1c..49e926dea195 100644 --- a/drivers/char/moxa.h +++ b/drivers/char/moxa.h | |||
@@ -1,6 +1,14 @@ | |||
1 | #ifndef MOXA_H_FILE | 1 | #ifndef MOXA_H_FILE |
2 | #define MOXA_H_FILE | 2 | #define MOXA_H_FILE |
3 | 3 | ||
4 | #define MOXA 0x400 | ||
5 | #define MOXA_GET_IQUEUE (MOXA + 1) /* get input buffered count */ | ||
6 | #define MOXA_GET_OQUEUE (MOXA + 2) /* get output buffered count */ | ||
7 | #define MOXA_GETDATACOUNT (MOXA + 23) | ||
8 | #define MOXA_GET_IOQUEUE (MOXA + 27) | ||
9 | #define MOXA_FLUSH_QUEUE (MOXA + 28) | ||
10 | #define MOXA_GETMSTATUS (MOXA + 65) | ||
11 | |||
4 | /* | 12 | /* |
5 | * System Configuration | 13 | * System Configuration |
6 | */ | 14 | */ |