x86: unmask CPUID levels on Intel CPUs
[linux-2.6/mini2440.git] / drivers / staging / comedi / comedi_ksyms.c
blob90d57282efb8147606e73db7195ee7bc25ec4f8f
1 /*
2 module/exp_ioctl.c
3 exported comedi functions
5 COMEDI - Linux Control and Measurement Device Interface
6 Copyright (C) 1997-8 David A. Schleef <ds@schleef.org>
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.
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.
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.
24 #define __NO_VERSION__
25 #ifndef EXPORT_SYMTAB
26 #define EXPORT_SYMTAB
27 #endif
29 #include "comedidev.h"
31 /* for drivers */
32 EXPORT_SYMBOL(comedi_driver_register);
33 EXPORT_SYMBOL(comedi_driver_unregister);
34 //EXPORT_SYMBOL(comedi_bufcheck);
35 //EXPORT_SYMBOL(comedi_done);
36 //EXPORT_SYMBOL(comedi_error_done);
37 EXPORT_SYMBOL(comedi_error);
38 //EXPORT_SYMBOL(comedi_eobuf);
39 //EXPORT_SYMBOL(comedi_eos);
40 EXPORT_SYMBOL(comedi_event);
41 EXPORT_SYMBOL(comedi_get_subdevice_runflags);
42 EXPORT_SYMBOL(comedi_set_subdevice_runflags);
43 EXPORT_SYMBOL(range_bipolar10);
44 EXPORT_SYMBOL(range_bipolar5);
45 EXPORT_SYMBOL(range_bipolar2_5);
46 EXPORT_SYMBOL(range_unipolar10);
47 EXPORT_SYMBOL(range_unipolar5);
48 EXPORT_SYMBOL(range_unknown);
49 #ifdef CONFIG_COMEDI_RT
50 EXPORT_SYMBOL(comedi_free_irq);
51 EXPORT_SYMBOL(comedi_request_irq);
52 EXPORT_SYMBOL(comedi_switch_to_rt);
53 EXPORT_SYMBOL(comedi_switch_to_non_rt);
54 EXPORT_SYMBOL(rt_pend_call);
55 #endif
56 #ifdef CONFIG_COMEDI_DEBUG
57 EXPORT_SYMBOL(comedi_debug);
58 #endif
59 EXPORT_SYMBOL_GPL(comedi_alloc_board_minor);
60 EXPORT_SYMBOL_GPL(comedi_free_board_minor);
61 EXPORT_SYMBOL_GPL(comedi_pci_auto_config);
62 EXPORT_SYMBOL_GPL(comedi_pci_auto_unconfig);
64 /* for kcomedilib */
65 EXPORT_SYMBOL(check_chanlist);
66 EXPORT_SYMBOL_GPL(comedi_get_device_file_info);
68 EXPORT_SYMBOL(comedi_buf_put);
69 EXPORT_SYMBOL(comedi_buf_get);
70 EXPORT_SYMBOL(comedi_buf_read_n_available);
71 EXPORT_SYMBOL(comedi_buf_write_free);
72 EXPORT_SYMBOL(comedi_buf_write_alloc);
73 EXPORT_SYMBOL(comedi_buf_read_free);
74 EXPORT_SYMBOL(comedi_buf_read_alloc);
75 EXPORT_SYMBOL(comedi_buf_memcpy_to);
76 EXPORT_SYMBOL(comedi_buf_memcpy_from);
77 EXPORT_SYMBOL(comedi_reset_async_buf);