Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337504
b: refs/heads/master
c: e595e92
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Oct 31, 2012
1 parent bbc88c1 commit 3ac3d2f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 38 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: b629be25caba04c6ec57ee79dca99ba23ffd9a61
refs/heads/master: e595e926fa892902eff3e189caa6fe5a21e5c69d
19 changes: 13 additions & 6 deletions trunk/drivers/staging/comedi/drivers/addi-data/APCI1710_Ssi.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,20 @@ 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_BINARY_MODE 0x1
#define APCI1710_GRAY_MODE 0x0

#define APCI1710_SSI_READ1VALUE 1
#define APCI1710_SSI_READALLVALUE 2

#include "APCI1710_Ssi.h"
#define APCI1710_SSI_SET_CHANNELON 0
#define APCI1710_SSI_SET_CHANNELOFF 1
#define APCI1710_SSI_READ_1CHANNEL 2
#define APCI1710_SSI_READ_ALLCHANNEL 3

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

This file was deleted.

0 comments on commit 3ac3d2f

Please sign in to comment.