X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/074e90ee2a9a0a573bc987097650e9c1ec233337..b29ebe97fb5acced24e8ce9bb30e5d4dcad58815:/lincan/src/boardlist.c diff --git a/lincan/src/boardlist.c b/lincan/src/boardlist.c index 7623ea3..8cc67a0 100644 --- a/lincan/src/boardlist.c +++ b/lincan/src/boardlist.c @@ -57,6 +57,7 @@ extern int ssv_register(struct hwspecops_t *hwspecops); extern int bfadcan_register(struct hwspecops_t *hwspecops); extern int gensja1000mm_register(struct hwspecops_t *hwspecops); extern int gensja1000io_register(struct hwspecops_t *hwspecops); +extern int pcisja1000mm_register(struct hwspecops_t *hwspecops); extern int pimx1_register(struct hwspecops_t *hwspecops); extern int msmcan_register(struct hwspecops_t *hwspecops); extern int unican_register(struct hwspecops_t *hwspecops); @@ -146,6 +147,9 @@ const struct boardtype_t can_boardtypes[]={ #ifdef CONFIG_OC_LINCAN_CARD_gensja1000io {"gensja1000io", gensja1000io_register, 1}, #endif + #ifdef CONFIG_OC_LINCAN_CARD_pcisja1000mm + {"pcisja1000mm", pcisja1000mm_register, 0}, + #endif #ifdef CONFIG_OC_LINCAN_CARD_pimx1 {"pimx1", pimx1_register, 0}, #endif