Staging: comedi: Remove comedi_t typedef
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / staging / comedi / drivers / addi-data / APCI1710_Dig_io.h
CommitLineData
c995fe94 1/*
15d8826a
GKH
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_ON 1 /* Digital Output ON or OFF */
19#define APCI1710_OFF 0
20
21#define APCI1710_INPUT 0 /* Digital I/O */
22#define APCI1710_OUTPUT 1
23
24#define APCI1710_DIGIO_MEMORYONOFF 0x10
25#define APCI1710_DIGIO_INIT 0x11
c995fe94
ADG
26
27/*
15d8826a
GKH
28 * DIGITAL I/O INISIALISATION FUNCTION
29 */
30INT i_APCI1710_InsnConfigDigitalIO(comedi_device *dev, comedi_subdevice *s,
31 comedi_insn *insn, lsampl_t *data);
c995fe94 32
15d8826a
GKH
33/*
34 * INPUT OUTPUT FUNCTIONS
35 */
36INT i_APCI1710_InsnReadDigitalIOChlValue(comedi_device *dev,
37 comedi_subdevice *s,
38 comedi_insn *insn, lsampl_t *data);
39
40INT i_APCI1710_InsnWriteDigitalIOChlOnOff(comedi_device *dev,
41 comedi_subdevice *s,
42 comedi_insn *insn, lsampl_t *data);
43
44INT i_APCI1710_InsnBitsDigitalIOPortOnOff(comedi_device *dev,
45 comedi_subdevice *s,
46 comedi_insn *insn, lsampl_t *data);