Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337503
b: refs/heads/master
c: b629be2
h: refs/heads/master
i:
  337501: dac3780
  337499: 6b9189e
  337495: ae6dc23
  337487: c32e393
  337471: 3f8fce7
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Oct 31, 2012
1 parent 8adedbf commit bbc88c1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 40 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fcea74fe31d838e2320160a741d9c135f6934368
refs/heads/master: b629be25caba04c6ec57ee79dca99ba23ffd9a61
21 changes: 15 additions & 6 deletions trunk/drivers/staging/comedi/drivers/addi-data/APCI1710_Tor.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,22 @@ You should also find the complete GPL in the COPYING file accompanying this sour
+-----------------------------------------------------------------------+
*/

/*
+----------------------------------------------------------------------------+
| Included files |
+----------------------------------------------------------------------------+
*/
#define APCI1710_30MHZ 30
#define APCI1710_33MHZ 33
#define APCI1710_40MHZ 40

#define APCI1710_GATE_INPUT 10

#define APCI1710_TOR_SIMPLE_MODE 2
#define APCI1710_TOR_DOUBLE_MODE 3
#define APCI1710_TOR_QUADRUPLE_MODE 4

#define APCI1710_SINGLE 0
#define APCI1710_CONTINUOUS 1

#include "APCI1710_Tor.h"
#define APCI1710_TOR_GETPROGRESSSTATUS 0
#define APCI1710_TOR_GETCOUNTERVALUE 1
#define APCI1710_TOR_READINTERRUPT 2

/*
+----------------------------------------------------------------------------+
Expand Down
33 changes: 0 additions & 33 deletions trunk/drivers/staging/comedi/drivers/addi-data/APCI1710_Tor.h

This file was deleted.

0 comments on commit bbc88c1

Please sign in to comment.