Go to the documentation of this file.
4 #define VME_USER_BUS_MAX 1
29 #define VME_IOC_MAGIC 0xAE
42 char data64BitCapable;
51 #define VME_GET_SLAVE _IOR(VME_IOC_MAGIC, 1, struct vme_slave)
52 #define VME_SET_SLAVE _IOW(VME_IOC_MAGIC, 2, struct vme_slave)
53 #define VME_GET_MASTER _IOR(VME_IOC_MAGIC, 3, struct vme_master)
54 #define VME_SET_MASTER _IOW(VME_IOC_MAGIC, 4, struct vme_master)
55 #define VME_IRQ_GEN _IOW(VME_IOC_MAGIC, 5, struct vme_irq_id)