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 c0131358f..71e4a6dec 100644 --- a/include/linux/vme.h +++ b/include/linux/vme.h @@ -81,6 +81,9 @@ struct vme_resource { extern struct bus_type vme_bus_type; +/* Number of VME interrupt vectors */ +#define VME_NUM_STATUSID 256 + /* VME_MAX_BRIDGES comes from the type of vme_bus_numbers */ #define VME_MAX_BRIDGES (sizeof(unsigned int)*8) #define VME_MAX_SLOTS 32 |