X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/02003635287383cbe34c3da8107e9984ce4d894a..3c5bd05707c62c6a2486b3327e496da80c6031f5:/lincan/src/boardlist.c diff --git a/lincan/src/boardlist.c b/lincan/src/boardlist.c index a446d4d..2afcc17 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 pcan_dongle_register(struct hwspecops_t *hwspecops); const struct boardtype_t can_boardtypes[]={ #ifdef CONFIG_OC_LINCAN_CARD_template @@ -104,6 +105,9 @@ const struct boardtype_t can_boardtypes[]={ #endif #if defined(CONFIG_OC_LINCAN_CARD_unican)&&defined(CAN_ENABLE_VME_SUPPORT) {"unican-vme", unican_vme_register, 1}, + #endif + #if defined(CONFIG_OC_LINCAN_CARD_pcan_dongle) + {"pcan_dongle", pcan_dongle_register, 1}, #endif {NULL} };