X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/93ef9c984b4bcee40fbebbb3af94f5a8537141a6..6dbd69eeb947673bbcb552f83f439cf8516b19f6:/lincan/src/boardlist.c diff --git a/lincan/src/boardlist.c b/lincan/src/boardlist.c index 739f30e..1b0ddeb 100644 --- a/lincan/src/boardlist.c +++ b/lincan/src/boardlist.c @@ -34,6 +34,7 @@ extern int msmcan_register(struct hwspecops_t *hwspecops); extern int unican_register(struct hwspecops_t *hwspecops); extern int unican_pci_register(struct hwspecops_t *hwspecops); extern int unican_vme_register(struct hwspecops_t *hwspecops); +extern int ipci165_register(struct hwspecops_t *hwspecops); extern int pcan_dongle_register(struct hwspecops_t *hwspecops); extern int eb8245_register(struct hwspecops_t *hwspecops); extern int adlink7841_register(struct hwspecops_t *hwspecops); @@ -109,6 +110,9 @@ const struct boardtype_t can_boardtypes[]={ #ifdef CONFIG_OC_LINCAN_CARD_unican {"unican", unican_register, 1}, #endif + #ifdef CONFIG_OC_LINCAN_CARD_ipci165 + {"ipci165", ipci165_register, 0}, + #endif #if defined(CONFIG_OC_LINCAN_CARD_unican)&&defined(CAN_ENABLE_PCI_SUPPORT) {"unican-pci", unican_pci_register, 0}, #endif