Revert accidental change of structure names
authorDavid Schleef <ds@schleef.org>
Fri, 22 Nov 2002 06:57:48 +0000 (06:57 +0000)
committerDavid Schleef <ds@schleef.org>
Fri, 22 Nov 2002 06:57:48 +0000 (06:57 +0000)
include/linux/comedi.h

index b52c0455ab3ec51083af1617c04ceb5477ea57ec..c9765864cc16c90fde6d41fc85c9091349be67fb 100644 (file)
@@ -372,10 +372,10 @@ struct comedi_bufinfo_struct{
        unsigned int subdevice;
        unsigned int bytes_read;
 
-       unsigned int buf_write_ptr;
-       unsigned int buf_read_ptr;
-       unsigned int buf_write_count;
-       unsigned int buf_read_count;
+       unsigned int buf_int_ptr;
+       unsigned int buf_user_ptr;
+       unsigned int buf_int_count;
+       unsigned int buf_user_count;
 
        unsigned int bytes_written;