X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/542ecdc96eda5b8ab56ad87bafbe612b4f5204f2..39d5e39630626077e0fc8b882fac32d40b1723b9:/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} };