Staging: comedi: addi-data header file cleanups
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / staging / comedi / drivers / addi-data / APCI1710_Inp_cpt.h
1 /*
2 * Copyright (C) 2004,2005 ADDI-DATA GmbH for the source code of this module.
3 *
4 * ADDI-DATA GmbH
5 * Dieselstrasse 3
6 * D-77833 Ottersweier
7 * Tel: +19(0)7223/9493-0
8 * Fax: +49(0)7223/9493-92
9 * http://www.addi-data-com
10 * info@addi-data.com
11 *
12 * This program is free software; you can redistribute it and/or modify it
13 * under the terms of the GNU General Public License as published by the Free
14 * Software Foundation; either version 2 of the License, or (at your option)
15 * any later version.
16 */
17
18 #define APCI1710_SINGLE 0
19 #define APCI1710_CONTINUOUS 1
20
21 #define APCI1710_PULSEENCODER_READ 0
22 #define APCI1710_PULSEENCODER_WRITE 1
23
24 INT i_APCI1710_InsnConfigInitPulseEncoder(comedi_device *dev,
25 comedi_subdevice *s,
26 comedi_insn *insn, lsampl_t *data);
27
28 INT i_APCI1710_InsnWriteEnableDisablePulseEncoder(comedi_device *dev,
29 comedi_subdevice *s,
30 comedi_insn *insn,
31 lsampl_t *data);
32
33 /*
34 * READ PULSE ENCODER FUNCTIONS
35 */
36 INT i_APCI1710_InsnReadInterruptPulseEncoder(comedi_device *dev,
37 comedi_subdevice *s,
38 comedi_insn *insn,
39 lsampl_t *data);
40
41 /*
42 * WRITE PULSE ENCODER FUNCTIONS
43 */
44 INT i_APCI1710_InsnBitsReadWritePulseEncoder(comedi_device *dev,
45 comedi_subdevice *s,
46 comedi_insn *insn,
47 lsampl_t *data);