X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/a1a6972ab91d9315cc9a8ce2d728573d140d3628..32115f5fda63ffe8b582a10d2f55ae765fec4f41:/lincan/src/boardlist.c diff --git a/lincan/src/boardlist.c b/lincan/src/boardlist.c index 7623ea3..8ab7756 100644 --- a/lincan/src/boardlist.c +++ b/lincan/src/boardlist.c @@ -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},