Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
vme_user.h File Reference

Go to the source code of this file.

Data Structures

struct  vme_master
 
struct  vme_slave
 
struct  vme_irq_id
 

Macros

#define VME_USER_BUS_MAX   1
 
#define VME_IOC_MAGIC   0xAE
 
#define VME_GET_SLAVE   _IOR(VME_IOC_MAGIC, 1, struct vme_slave)
 
#define VME_SET_SLAVE   _IOW(VME_IOC_MAGIC, 2, struct vme_slave)
 
#define VME_GET_MASTER   _IOR(VME_IOC_MAGIC, 3, struct vme_master)
 
#define VME_SET_MASTER   _IOW(VME_IOC_MAGIC, 4, struct vme_master)
 
#define VME_IRQ_GEN   _IOW(VME_IOC_MAGIC, 5, struct vme_irq_id)
 

Macro Definition Documentation

#define VME_GET_MASTER   _IOR(VME_IOC_MAGIC, 3, struct vme_master)

Definition at line 53 of file vme_user.h.

#define VME_GET_SLAVE   _IOR(VME_IOC_MAGIC, 1, struct vme_slave)

Definition at line 51 of file vme_user.h.

#define VME_IOC_MAGIC   0xAE

Definition at line 29 of file vme_user.h.

#define VME_IRQ_GEN   _IOW(VME_IOC_MAGIC, 5, struct vme_irq_id)

Definition at line 55 of file vme_user.h.

#define VME_SET_MASTER   _IOW(VME_IOC_MAGIC, 4, struct vme_master)

Definition at line 54 of file vme_user.h.

#define VME_SET_SLAVE   _IOW(VME_IOC_MAGIC, 2, struct vme_slave)

Definition at line 52 of file vme_user.h.

#define VME_USER_BUS_MAX   1

Definition at line 4 of file vme_user.h.