Loading drivers/vme/vme_bridge.h +3 −1 Original line number Diff line number Diff line #ifndef _VME_BRIDGE_H_ #define _VME_BRIDGE_H_ #include <linux/vme.h> #define VME_CRCSR_BUF_SIZE (508*1024) /* * Resource structures Loading Loading @@ -88,7 +90,7 @@ struct vme_callback { struct vme_irq { int count; struct vme_callback callback[255]; struct vme_callback callback[VME_NUM_STATUSID]; }; /* Allow 16 characters for name (including null character) */ Loading include/linux/vme.h +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
drivers/vme/vme_bridge.h +3 −1 Original line number Diff line number Diff line #ifndef _VME_BRIDGE_H_ #define _VME_BRIDGE_H_ #include <linux/vme.h> #define VME_CRCSR_BUF_SIZE (508*1024) /* * Resource structures Loading Loading @@ -88,7 +90,7 @@ struct vme_callback { struct vme_irq { int count; struct vme_callback callback[255]; struct vme_callback callback[VME_NUM_STATUSID]; }; /* Allow 16 characters for name (including null character) */ Loading
include/linux/vme.h +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading