From: Frank Mori Hess Date: Wed, 17 Apr 2002 04:02:15 +0000 (+0000) Subject: oops forgot to update header, fixes compile of cb_pcidas64.c X-Git-Tag: r0_7_65~104 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3daa524a341fa70b1e7652f42515f3757ac43251;p=comedi.git oops forgot to update header, fixes compile of cb_pcidas64.c --- diff --git a/comedi/drivers/plx9080.h b/comedi/drivers/plx9080.h index 9d476b66..f779a5db 100644 --- a/comedi/drivers/plx9080.h +++ b/comedi/drivers/plx9080.h @@ -171,8 +171,8 @@ struct plx_dma_desc #define CTL_WDMA 0x00000070 /* DMA Write Command */ #define CTL_RMEM 0x00000600 /* Memory Read Command */ #define CTL_WMEM 0x00007000 /* Memory Write Command */ -#define CTL_USER0 0x00010000 /* USER0 pin control bit */ -#define CTL_USER1 0x00020000 /* USER1 pin control bit */ +#define CTL_USERO 0x00010000 /* USERO output pin control bit */ +#define CTL_USERI 0x00020000 /* USERI input pin bit */ #define CTL_EE_CLK 0x01000000 /* EEPROM Clock line */ #define CTL_EE_CS 0x02000000 /* EEPROM Chip Select */ #define CTL_EE_W 0x04000000 /* EEPROM Write bit */