]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/src/boardlist.c
Spican1 support added
[lincan.git] / lincan / src / boardlist.c
index 7623ea353bc08e04c10742dd797a824543d3cd71..8ab77561e3b1f82b28a247b54de7368a8d8e4ae6 100644 (file)
@@ -73,6 +73,7 @@ extern int ns_dev_register(struct hwspecops_t *hwspecops);
 extern int hms30c7202_register(struct hwspecops_t *hwspecops);
 extern int nsi_canpci_register(struct hwspecops_t *hwspecops);
 extern int usbcan_register(struct hwspecops_t *hwspecops);
+extern int omap2_spican_register(struct hwspecops_t *hwspecops);
 extern int pcan_pci_register(struct hwspecops_t *hwspecops);
 extern int esdpci200_register(struct hwspecops_t *hwspecops);
 extern int esdpci266_register(struct hwspecops_t *hwspecops);
@@ -204,6 +205,9 @@ const struct boardtype_t can_boardtypes[]={
     #if defined(CONFIG_OC_LINCAN_CARD_usbcan)
        {"usbcan", usbcan_register, 0},
     #endif
+    #if defined(CONFIG_OC_LINCAN_CARD_omap2_spican)
+       {"omap2_spican", omap2_spican_register, 0},
+    #endif
     #if defined(CONFIG_OC_LINCAN_CARD_mpc5200)
        {"mpc5200", mpc5200_register, 0},
        {"mpc5200_midam", mpc5200_midam_register, 0},