Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337497
b: refs/heads/master
c: 7526eab
h: refs/heads/master
i:
  337495: ae6dc23
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Oct 31, 2012
1 parent aa75879 commit 1a74346
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: 1417b5f932960653f9dac043dc45bb129ddbce1f
refs/heads/master: 7526eabe6af0a11d75ec58b064bd1c5b4bfb1cad
22 changes: 16 additions & 6 deletions trunk/drivers/staging/comedi/drivers/addi-data/hwdrv_apci2200.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,22 @@ You should also find the complete GPL in the COPYING file accompanying this sour
+----------+-----------+------------------------------------------------+
*/

/*
+----------------------------------------------------------------------------+
| Included files |
+----------------------------------------------------------------------------+
*/
#include "hwdrv_apci2200.h"
/********* Definitions for APCI-2200 card *****/

/* Card Specific information */
#define APCI2200_ADDRESS_RANGE 64

/* DIGITAL INPUT-OUTPUT DEFINE */

#define APCI2200_DIGITAL_OP 4
#define APCI2200_DIGITAL_IP 0

/* TIMER COUNTER WATCHDOG DEFINES */

#define APCI2200_WATCHDOG 0x08
#define APCI2200_WATCHDOG_ENABLEDISABLE 12
#define APCI2200_WATCHDOG_RELOAD_VALUE 4
#define APCI2200_WATCHDOG_STATUS 16

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

This file was deleted.

0 comments on commit 1a74346

Please sign in to comment.