diff options
Diffstat (limited to 'include/linux/vme.h')
-rw-r--r-- | include/linux/vme.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/vme.h b/include/linux/vme.h index c0131358f351..71e4a6dec5ac 100644 --- a/include/linux/vme.h +++ b/include/linux/vme.h | |||
@@ -81,6 +81,9 @@ struct vme_resource { | |||
81 | 81 | ||
82 | extern struct bus_type vme_bus_type; | 82 | extern struct bus_type vme_bus_type; |
83 | 83 | ||
84 | /* Number of VME interrupt vectors */ | ||
85 | #define VME_NUM_STATUSID 256 | ||
86 | |||
84 | /* VME_MAX_BRIDGES comes from the type of vme_bus_numbers */ | 87 | /* VME_MAX_BRIDGES comes from the type of vme_bus_numbers */ |
85 | #define VME_MAX_BRIDGES (sizeof(unsigned int)*8) | 88 | #define VME_MAX_BRIDGES (sizeof(unsigned int)*8) |
86 | #define VME_MAX_SLOTS 32 | 89 | #define VME_MAX_SLOTS 32 |