]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/src/boardlist.c
Petr Cvachoucek contributed support for Kontron EB8245 on-board CAN
[lincan.git] / lincan / src / boardlist.c
index 21e589ec8a280d67fc6aa7c366ac867692898da8..19a03d79e614f739b4be0ce957680965c67e2334 100644 (file)
@@ -36,6 +36,7 @@ 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);
+extern int eb8245_register(struct hwspecops_t *hwspecops);
 
 const struct boardtype_t can_boardtypes[]={
     #ifdef CONFIG_OC_LINCAN_CARD_template
@@ -112,6 +113,9 @@ const struct boardtype_t can_boardtypes[]={
     #endif
     #if defined(CONFIG_OC_LINCAN_CARD_pcan_dongle)
        {"pcan_dongle", pcan_dongle_register, 1},
+    #endif
+    #if defined(CONFIG_OC_LINCAN_CARD_eb8245)
+       {"eb8245", eb8245_register, 1},
     #endif
        {NULL}
 };