Staging: comedi: Remove comedi_insn typedef
[deliverable/linux.git] / drivers / staging / comedi / drivers / addi-data / hwdrv_apci2200.h
CommitLineData
15d8826a
GKH
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 */
c995fe94 17
c995fe94
ADG
18/********* Definitions for APCI-2200 card *****/
19
20// Card Specific information
21#define APCI2200_BOARD_VENDOR_ID 0x15b8
22#define APCI2200_ADDRESS_RANGE 64
23
24//DIGITAL INPUT-OUTPUT DEFINE
25
26#define APCI2200_DIGITAL_OP 4
27#define APCI2200_DIGITAL_IP 0
28
29// TIMER COUNTER WATCHDOG DEFINES
30
31#define APCI2200_WATCHDOG 0x08
32#define APCI2200_WATCHDOG_ENABLEDISABLE 12
33#define APCI2200_WATCHDOG_RELOAD_VALUE 4
34#define APCI2200_WATCHDOG_STATUS 16
35
36// Hardware Layer functions for Apci2200
37
38//Digital Input
34c43922 39INT i_APCI2200_ReadMoreDigitalInput(struct comedi_device *dev, struct comedi_subdevice *s,
90035c08 40 struct comedi_insn *insn, unsigned int *data);
34c43922 41INT i_APCI2200_Read1DigitalInput(struct comedi_device *dev, struct comedi_subdevice *s,
90035c08 42 struct comedi_insn *insn, unsigned int *data);
c995fe94
ADG
43
44//Digital Output
34c43922 45int i_APCI2200_ConfigDigitalOutput(struct comedi_device *dev, struct comedi_subdevice *s,
90035c08 46 struct comedi_insn *insn, unsigned int *data);
34c43922 47INT i_APCI2200_WriteDigitalOutput(struct comedi_device *dev, struct comedi_subdevice *s,
90035c08 48 struct comedi_insn *insn, unsigned int *data);
34c43922 49INT i_APCI2200_ReadDigitalOutput(struct comedi_device *dev, struct comedi_subdevice *s,
90035c08 50 struct comedi_insn *insn, unsigned int *data);
c995fe94
ADG
51
52// TIMER
34c43922 53int i_APCI2200_ConfigWatchdog(struct comedi_device *dev, struct comedi_subdevice *s,
90035c08 54 struct comedi_insn *insn, unsigned int *data);
34c43922 55int i_APCI2200_StartStopWriteWatchdog(struct comedi_device *dev, struct comedi_subdevice *s,
90035c08 56 struct comedi_insn *insn, unsigned int *data);
34c43922 57int i_APCI2200_ReadWatchdog(struct comedi_device *dev, struct comedi_subdevice *s,
90035c08 58 struct comedi_insn *insn, unsigned int *data);
c995fe94
ADG
59
60//reset
71b5f4f1 61INT i_APCI2200_Reset(struct comedi_device *dev);
This page took 0.034002 seconds and 5 git commands to generate.