22 #ifndef _COBALT_RTDM_ANALOGY_INSTRUCTION_H
23 #define _COBALT_RTDM_ANALOGY_INSTRUCTION_H
25 struct a4l_kernel_instruction {
27 unsigned int idx_subd;
28 unsigned int chan_desc;
29 unsigned int data_size;
34 struct a4l_kernel_instruction_list {
36 struct a4l_kernel_instruction *insns;
43 int a4l_ioctl_insnlist(
struct a4l_device_context * cxt,
void *arg);
44 int a4l_ioctl_insn(
struct a4l_device_context * cxt,
void *arg);
Structure describing the synchronous instruction.
Definition: analogy.h:680