Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337506
b: refs/heads/master
c: 86bb503
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Oct 31, 2012
1 parent 21f5ad3 commit 0582057
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 32 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: ce114dc0227df6fad77764bf19e50a0e5de20a04
refs/heads/master: 86bb50385e962a38ef37fca1cd493b5278cb5085
16 changes: 10 additions & 6 deletions trunk/drivers/staging/comedi/drivers/addi-data/APCI1710_Dig_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,16 @@ You should also find the complete GPL in the COPYING file accompanying this sour
+-----------------------------------------------------------------------+
*/

/*
+----------------------------------------------------------------------------+
| Included files |
+----------------------------------------------------------------------------+
*/
#include "APCI1710_Dig_io.h"
/* Digital Output ON or OFF */
#define APCI1710_ON 1
#define APCI1710_OFF 0

/* Digital I/O */
#define APCI1710_INPUT 0
#define APCI1710_OUTPUT 1

#define APCI1710_DIGIO_MEMORYONOFF 0x10
#define APCI1710_DIGIO_INIT 0x11

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

This file was deleted.

0 comments on commit 0582057

Please sign in to comment.