]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/include/ipci165.h
The first round of I/O space pointers separation.
[lincan.git] / lincan / include / ipci165.h
index 7f504841506aa232689e6290cb6af6536b1f9eb2..4a3f3546ba2a596d6285f806277fa506e9d273d1 100644 (file)
@@ -6,6 +6,7 @@
  * Version lincan-0.3  17 Jun 2004
  */ 
 
+#include "../include/can_sysdep.h"
 #include "../include/kthread.h"
 
 /* PCI device identification */
 
 /* BCI queue info */
 struct bci_queue_t {
-  int           idx;                       /* points to the active record in buffer */
-  unsigned long addr;                      /* start address of the message queue    */
+  int         idx;                         /* points to the active record in buffer */
+  can_ioptr_t addr;                        /* start address of the message queue    */
 };
 
 /* ipci165 chip data */