/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _VME_USER_H_ #define _VME_USER_H_ #define VME_USER_BUS_MAX … /* * VMEbus Master Window Configuration Structure */ struct vme_master { … } __packed; /* * IOCTL Commands and structures */ /* Magic number for use in ioctls */ #define VME_IOC_MAGIC … /* VMEbus Slave Window Configuration Structure */ struct vme_slave { … } __packed; struct vme_irq_id { … }; #define VME_GET_SLAVE … #define VME_SET_SLAVE … #define VME_GET_MASTER … #define VME_SET_MASTER … #define VME_IRQ_GEN … #endif /* _VME_USER_H_ */