|
@@ -302,7 +302,7 @@ enum comedi_support_level {
|
|
|
#define COMEDI_RANGEINFO _IOR(CIO, 8, comedi_rangeinfo)
|
|
|
#define COMEDI_CMD _IOR(CIO, 9, struct comedi_cmd)
|
|
|
#define COMEDI_CMDTEST _IOR(CIO, 10, struct comedi_cmd)
|
|
|
-#define COMEDI_INSNLIST _IOR(CIO, 11, comedi_insnlist)
|
|
|
+#define COMEDI_INSNLIST _IOR(CIO, 11, struct comedi_insnlist)
|
|
|
#define COMEDI_INSN _IOR(CIO, 12, struct comedi_insn)
|
|
|
#define COMEDI_BUFCONFIG _IOR(CIO, 13, comedi_bufconfig)
|
|
|
#define COMEDI_BUFINFO _IOWR(CIO, 14, comedi_bufinfo)
|
|
@@ -310,7 +310,6 @@ enum comedi_support_level {
|
|
|
|
|
|
/* structures */
|
|
|
|
|
|
-typedef struct comedi_insnlist_struct comedi_insnlist;
|
|
|
typedef struct comedi_chaninfo_struct comedi_chaninfo;
|
|
|
typedef struct comedi_subdinfo_struct comedi_subdinfo;
|
|
|
typedef struct comedi_devinfo_struct comedi_devinfo;
|
|
@@ -344,7 +343,7 @@ struct comedi_insn {
|
|
|
unsigned int unused[3];
|
|
|
};
|
|
|
|
|
|
-struct comedi_insnlist_struct {
|
|
|
+struct comedi_insnlist {
|
|
|
unsigned int n_insns;
|
|
|
struct comedi_insn *insns;
|
|
|
};
|