X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/46e2f34c15f734054295e3a2a2d68828247bcd86..09842f610105faf6b2c03da03b8916494203f765:/lincan/src/boardlist.c diff --git a/lincan/src/boardlist.c b/lincan/src/boardlist.c index 217a3e9..590341b 100644 --- a/lincan/src/boardlist.c +++ b/lincan/src/boardlist.c @@ -36,6 +36,7 @@ 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); extern int eb8245_register(struct hwspecops_t *hwspecops); +extern int adlink7841_register(struct hwspecops_t *hwspecops); const struct boardtype_t can_boardtypes[]={ #ifdef CONFIG_OC_LINCAN_CARD_template @@ -117,6 +118,9 @@ const struct boardtype_t can_boardtypes[]={ #endif #if defined(CONFIG_OC_LINCAN_CARD_eb8245) {"eb8245", eb8245_register, 1}, + #endif + #if defined(CONFIG_OC_LINCAN_CARD_adlink7841) + {"adlink7841", adlink7841_register, 0}, #endif {NULL} };