]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/src/boardlist.c
Added initial version of ADLINK PCI-7841 dual SJA1000 based board support.
[lincan.git] / lincan / src / boardlist.c
index 217a3e907a32cc74275e3338dfb4b8dd8c7bb699..590341bbcd6902c5a501646e4a5349d45a16bd8e 100644 (file)
@@ -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}
 };