comedi_devices[i].minor=i;
spin_lock_init(&(comedi_devices[i].spinlock));
}
-#if 0
- init_polling();
-#endif
/* XXX requires /proc interface */
comedi_proc_init();
unregister_chrdev(COMEDI_MAJOR,"comedi");
comedi_proc_cleanup();
-#if 0
- comedi_polling_cleanup();
-#endif
+
for(i=0;i<COMEDI_NDEVICES;i++){
comedi_device *dev;
}
}
+#if 0
/*
this function should be called by your interrupt routine
at the end of acquisition
{
comedi_event(dev,s,COMEDI_CB_EOBUF);
}
+#endif
EXPORT_SYMBOL(comedi_driver_unregister);
EXPORT_SYMBOL(comedi_allocate_dev);
EXPORT_SYMBOL(comedi_deallocate_dev);
-EXPORT_SYMBOL(comedi_bufcheck);
-EXPORT_SYMBOL(comedi_done);
-EXPORT_SYMBOL(comedi_error_done);
+//EXPORT_SYMBOL(comedi_bufcheck);
+//EXPORT_SYMBOL(comedi_done);
+//EXPORT_SYMBOL(comedi_error_done);
EXPORT_SYMBOL(comedi_error);
-EXPORT_SYMBOL(comedi_eobuf);
-EXPORT_SYMBOL(comedi_eos);
+//EXPORT_SYMBOL(comedi_eobuf);
+//EXPORT_SYMBOL(comedi_eos);
EXPORT_SYMBOL(comedi_event);
EXPORT_SYMBOL(range_bipolar10);
EXPORT_SYMBOL(range_bipolar5);