Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pcm_common.h
Go to the documentation of this file.
1 #ifndef _comedi_common_H
2 #define _comedi_common_H
3 
4 extern int comedi_pcm_cmdtest(struct comedi_device *dev,
5  struct comedi_subdevice *s,
6  struct comedi_cmd *cmd);
7 
8 #endif