check if we've already been included
authorFrank Mori Hess <fmhess@speakeasy.net>
Sun, 23 Nov 2003 18:52:34 +0000 (18:52 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Sun, 23 Nov 2003 18:52:34 +0000 (18:52 +0000)
comedi/drivers/comedi_fc.h

index 76d1ae1d12d80763c21af03072fbeaef8b931a2d..e001ecca439c8364a0524cbd3103878b9128d50d 100644 (file)
@@ -26,6 +26,9 @@
 
 ************************************************************************/
 
+#ifndef _COMEDI_FC_H
+#define _COMEDI_FC_H
+
 #include <linux/comedidev.h>
 
 /* Writes an array of data points to comedi's buffer */
@@ -47,3 +50,4 @@ extern unsigned int cfc_read_array_from_buffer( comedi_subdevice *subd, void *da
 
 extern unsigned int cfc_handle_events( comedi_device *dev, comedi_subdevice *subd );
 
+#endif /* _COMEDI_FC_H */