ChimeraTK-DeviceAccess  03.18.00
llrfdrv_io_compat.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LLRFDRV_IOC   '0'
 
#define LLRFDRV_PHYSICAL_SLOT   _IOWR(LLRFDRV_IOC, 20, int)
 
#define LLRFDRV_DRIVER_VERSION   _IOWR(LLRFDRV_IOC, 21, int)
 
#define LLRFDRV_FIRMWARE_VERSION   _IOWR(LLRFDRV_IOC, 22, int)
 
#define LLRFDRV_IOC_MAXNR   22
 
#define LLRFDRV_IOC_MINNR   20
 

Macro Definition Documentation

◆ LLRFDRV_DRIVER_VERSION

#define LLRFDRV_DRIVER_VERSION   _IOWR(LLRFDRV_IOC, 21, int)

Definition at line 17 of file llrfdrv_io_compat.h.

◆ LLRFDRV_FIRMWARE_VERSION

#define LLRFDRV_FIRMWARE_VERSION   _IOWR(LLRFDRV_IOC, 22, int)

Definition at line 18 of file llrfdrv_io_compat.h.

◆ LLRFDRV_IOC

#define LLRFDRV_IOC   '0'

Definition at line 15 of file llrfdrv_io_compat.h.

◆ LLRFDRV_IOC_MAXNR

#define LLRFDRV_IOC_MAXNR   22

Definition at line 20 of file llrfdrv_io_compat.h.

◆ LLRFDRV_IOC_MINNR

#define LLRFDRV_IOC_MINNR   20

Definition at line 21 of file llrfdrv_io_compat.h.

◆ LLRFDRV_PHYSICAL_SLOT

#define LLRFDRV_PHYSICAL_SLOT   _IOWR(LLRFDRV_IOC, 20, int)

Definition at line 16 of file llrfdrv_io_compat.h.