Skip to content

Commit

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

/*
+----------------------------------------------------------------------------+
| Included files |
+----------------------------------------------------------------------------+
*/
#include "APCI1710_Chrono.h"
#define APCI1710_30MHZ 30
#define APCI1710_33MHZ 33
#define APCI1710_40MHZ 40

#define APCI1710_SINGLE 0
#define APCI1710_CONTINUOUS 1

#define APCI1710_CHRONO_PROGRESS_STATUS 0
#define APCI1710_CHRONO_READVALUE 1
#define APCI1710_CHRONO_CONVERTVALUE 2
#define APCI1710_CHRONO_READINTERRUPT 3

#define APCI1710_CHRONO_SET_CHANNELON 0
#define APCI1710_CHRONO_SET_CHANNELOFF 1
#define APCI1710_CHRONO_READ_CHANNEL 2
#define APCI1710_CHRONO_READ_PORT 3

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

This file was deleted.

0 comments on commit 24958df

Please sign in to comment.