|
@@ -304,13 +304,12 @@ enum comedi_support_level {
|
|
|
#define COMEDI_CMDTEST _IOR(CIO, 10, struct comedi_cmd)
|
|
|
#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_BUFCONFIG _IOR(CIO, 13, struct comedi_bufconfig)
|
|
|
#define COMEDI_BUFINFO _IOWR(CIO, 14, comedi_bufinfo)
|
|
|
#define COMEDI_POLL _IO(CIO, 15)
|
|
|
|
|
|
/* structures */
|
|
|
|
|
|
-typedef struct comedi_bufconfig_struct comedi_bufconfig;
|
|
|
typedef struct comedi_bufinfo_struct comedi_bufinfo;
|
|
|
|
|
|
struct comedi_trig {
|
|
@@ -417,7 +416,7 @@ struct comedi_devconfig {
|
|
|
int options[COMEDI_NDEVCONFOPTS];
|
|
|
};
|
|
|
|
|
|
-struct comedi_bufconfig_struct {
|
|
|
+struct comedi_bufconfig {
|
|
|
unsigned int subdevice;
|
|
|
unsigned int flags;
|
|
|
|