AlcapDAQ
1
|
Go to the source code of this file.
Data Structures | |
struct | v1718_rev_t |
Macros | |
#define | VERSION(ver, rel, seq) (((ver)<<16) | ((rel)<<8) | (seq)) |
#define | V1718_MAGIC 'U' |
#define | V1718_IOCTL_REV _IOWR(V1718_MAGIC, 1, v1718_rev_t) |
#define | V1718_IOCTL_REBOOTB _IOWR(V1718_MAGIC, 2, v1718_rev_t) |
#define | V1718_IOCTL_REBOOTF _IOWR(V1718_MAGIC, 3, v1718_rev_t) |
#define | V1718_DRIVER_VERSION_LEN 20 |
Typedefs | |
typedef struct v1718_rev_t | v1718_rev_t |
#define V1718_DRIVER_VERSION_LEN 20 |
Definition at line 45 of file CAENUSBdrvB.h.
#define V1718_IOCTL_REBOOTB _IOWR(V1718_MAGIC, 2, v1718_rev_t) |
Definition at line 29 of file CAENUSBdrvB.h.
Referenced by ioctl_v1718().
#define V1718_IOCTL_REBOOTF _IOWR(V1718_MAGIC, 3, v1718_rev_t) |
Definition at line 30 of file CAENUSBdrvB.h.
Referenced by ioctl_v1718().
#define V1718_IOCTL_REV _IOWR(V1718_MAGIC, 1, v1718_rev_t) |
Definition at line 28 of file CAENUSBdrvB.h.
Referenced by ioctl_v1718().
#define V1718_MAGIC 'U' |
Definition at line 26 of file CAENUSBdrvB.h.
Definition at line 18 of file CAENUSBdrvB.h.
typedef struct v1718_rev_t v1718_rev_t |