|
@@ -16,7 +16,7 @@ void comedi_free_subdevice_minor(struct comedi_subdevice *s);
|
|
int comedi_buf_alloc(struct comedi_device *dev, struct comedi_subdevice *s,
|
|
int comedi_buf_alloc(struct comedi_device *dev, struct comedi_subdevice *s,
|
|
unsigned long new_size);
|
|
unsigned long new_size);
|
|
void comedi_buf_reset(struct comedi_subdevice *s);
|
|
void comedi_buf_reset(struct comedi_subdevice *s);
|
|
-bool comedi_buf_is_mmapped(struct comedi_async *async);
|
|
|
|
|
|
+bool comedi_buf_is_mmapped(struct comedi_subdevice *s);
|
|
void comedi_buf_map_get(struct comedi_buf_map *bm);
|
|
void comedi_buf_map_get(struct comedi_buf_map *bm);
|
|
int comedi_buf_map_put(struct comedi_buf_map *bm);
|
|
int comedi_buf_map_put(struct comedi_buf_map *bm);
|
|
struct comedi_buf_map *comedi_buf_map_from_subdev_get(
|
|
struct comedi_buf_map *comedi_buf_map_from_subdev_get(
|