18 #ifndef _COBALT_RTDM_ANALOGY_COMMAND_H 19 #define _COBALT_RTDM_ANALOGY_COMMAND_H 22 #include <rtdm/analogy/context.h> 24 #define CR_CHAN(a) CHAN(a) 25 #define CR_RNG(a) (((a)>>16)&0xff) 26 #define CR_AREF(a) (((a)>>24)&0xf) 32 int a4l_check_cmddesc(
struct a4l_device_context * cxt,
struct a4l_cmd_desc * desc);
33 int a4l_ioctl_cmd(
struct a4l_device_context * cxt,
void *arg);
Structure describing the asynchronous instruction.
Definition: analogy.h:289
Analogy for Linux, UAPI bits.