|
|
| version 1.3, 2003/11/17 00:54:40 | version 1.4, 2003/11/22 19:30:57 |
|---|---|
| Line 60 enum intr_type { | Line 60 enum intr_type { |
| INTR_TYPE_MISC = 16, | INTR_TYPE_MISC = 16, |
| INTR_TYPE_FAST = 128 | INTR_TYPE_FAST = 128 |
| }; | }; |
| #define INTR_TYPE_AV INTR_TYPE_TTY /* for source compatability with 5.x */ | #define INTR_TYPE_AV INTR_TYPE_TTY /* for source compatibility with 5.x */ |
| typedef int (*devop_t)(void); | typedef int (*devop_t)(void); |