Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / staging / comedi / comedi_ksyms.c
CommitLineData
ed9eccbe
DS
1/*
2 module/exp_ioctl.c
3 exported comedi functions
4
5 COMEDI - Linux Control and Measurement Device Interface
6 Copyright (C) 1997-8 David A. Schleef <ds@schleef.org>
7
8 This program is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 2 of the License, or
11 (at your option) any later version.
12
13 This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
17
18 You should have received a copy of the GNU General Public License
19 along with this program; if not, write to the Free Software
20 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
21
22*/
23
24#define __NO_VERSION__
ed9eccbe
DS
25
26#include "comedidev.h"
27
28/* for drivers */
29EXPORT_SYMBOL(comedi_driver_register);
30EXPORT_SYMBOL(comedi_driver_unregister);
b6c77757
BP
31/* EXPORT_SYMBOL(comedi_bufcheck); */
32/* EXPORT_SYMBOL(comedi_done); */
33/* EXPORT_SYMBOL(comedi_error_done); */
ed9eccbe 34EXPORT_SYMBOL(comedi_error);
b6c77757
BP
35/* EXPORT_SYMBOL(comedi_eobuf); */
36/* EXPORT_SYMBOL(comedi_eos); */
ed9eccbe
DS
37EXPORT_SYMBOL(comedi_event);
38EXPORT_SYMBOL(comedi_get_subdevice_runflags);
39EXPORT_SYMBOL(comedi_set_subdevice_runflags);
40EXPORT_SYMBOL(range_bipolar10);
41EXPORT_SYMBOL(range_bipolar5);
42EXPORT_SYMBOL(range_bipolar2_5);
43EXPORT_SYMBOL(range_unipolar10);
44EXPORT_SYMBOL(range_unipolar5);
45EXPORT_SYMBOL(range_unknown);
ed9eccbe
DS
46#ifdef CONFIG_COMEDI_DEBUG
47EXPORT_SYMBOL(comedi_debug);
48#endif
49EXPORT_SYMBOL_GPL(comedi_alloc_board_minor);
50EXPORT_SYMBOL_GPL(comedi_free_board_minor);
51EXPORT_SYMBOL_GPL(comedi_pci_auto_config);
52EXPORT_SYMBOL_GPL(comedi_pci_auto_unconfig);
c28264da
BP
53EXPORT_SYMBOL_GPL(comedi_usb_auto_config);
54EXPORT_SYMBOL_GPL(comedi_usb_auto_unconfig);
ed9eccbe
DS
55
56/* for kcomedilib */
57EXPORT_SYMBOL(check_chanlist);
58EXPORT_SYMBOL_GPL(comedi_get_device_file_info);
59
60EXPORT_SYMBOL(comedi_buf_put);
61EXPORT_SYMBOL(comedi_buf_get);
62EXPORT_SYMBOL(comedi_buf_read_n_available);
63EXPORT_SYMBOL(comedi_buf_write_free);
64EXPORT_SYMBOL(comedi_buf_write_alloc);
65EXPORT_SYMBOL(comedi_buf_read_free);
66EXPORT_SYMBOL(comedi_buf_read_alloc);
67EXPORT_SYMBOL(comedi_buf_memcpy_to);
68EXPORT_SYMBOL(comedi_buf_memcpy_from);
69EXPORT_SYMBOL(comedi_reset_async_buf);