X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/6250b3805fb7e368adf1e3f7ca39c8cc617bccff..6234a9dc385e5a9258a84227b2eab09bbb099c27:/lincan/include/ipci165.h diff --git a/lincan/include/ipci165.h b/lincan/include/ipci165.h index 7f50484..4a3f354 100644 --- a/lincan/include/ipci165.h +++ b/lincan/include/ipci165.h @@ -6,6 +6,7 @@ * Version lincan-0.3 17 Jun 2004 */ +#include "../include/can_sysdep.h" #include "../include/kthread.h" /* PCI device identification */ @@ -123,8 +124,8 @@ /* 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 */