Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337508
b: refs/heads/master
c: f197559
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Oct 31, 2012
1 parent bff232f commit 8adf57a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 34 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: a3e7f885c93266c34b60550eb9f14797fb44ab43
refs/heads/master: f1975596f50d6b35ce2de41b04bd971117241519
14 changes: 13 additions & 1 deletion trunk/drivers/staging/comedi/drivers/addi-data/APCI1710_82x54.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,19 @@
| Description : APCI-1710 82X54 timer module |
*/

#include "APCI1710_82x54.h"
#define APCI1710_PCI_BUS_CLOCK 0
#define APCI1710_FRONT_CONNECTOR_INPUT 1
#define APCI1710_TIMER_READVALUE 0
#define APCI1710_TIMER_GETOUTPUTLEVEL 1
#define APCI1710_TIMER_GETPROGRESSSTATUS 2
#define APCI1710_TIMER_WRITEVALUE 3

#define APCI1710_TIMER_READINTERRUPT 1
#define APCI1710_TIMER_READALLTIMER 2

#ifndef APCI1710_10MHZ
#define APCI1710_10MHZ 10
#endif

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

This file was deleted.

0 comments on commit 8adf57a

Please sign in to comment.