21#ifndef _COBALT_RTDM_ANALOGY_INSTRUCTION_H
22#define _COBALT_RTDM_ANALOGY_INSTRUCTION_H
24struct a4l_kernel_instruction {
26 unsigned int idx_subd;
27 unsigned int chan_desc;
28 unsigned int data_size;
33struct a4l_kernel_instruction_list {
35 struct a4l_kernel_instruction *insns;
42int a4l_ioctl_insnlist(
struct a4l_device_context * cxt,
void *arg);
43int a4l_ioctl_insn(
struct a4l_device_context * cxt,
void *arg);
Structure describing the synchronous instruction.
Definition analogy.h:680