X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/fed27ce228698b4e0420639201209545bc1d0bd8..6f23a2ad7eda64c628e0f1568fab67d8e4b5d3de:/lincan/src/boardlist.c diff --git a/lincan/src/boardlist.c b/lincan/src/boardlist.c index 7c848d4..feebe68 100644 --- a/lincan/src/boardlist.c +++ b/lincan/src/boardlist.c @@ -30,6 +30,7 @@ extern int pcccan_register(struct hwspecops_t *hwspecops); extern int ssv_register(struct hwspecops_t *hwspecops); extern int bfadcan_register(struct hwspecops_t *hwspecops); extern int pikronisa_register(struct hwspecops_t *hwspecops); +extern int gensja1000io_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); @@ -108,6 +109,9 @@ const struct boardtype_t can_boardtypes[]={ #ifdef CONFIG_OC_LINCAN_CARD_pikronisa {"pikronisa", pikronisa_register, 1}, #endif + #ifdef CONFIG_OC_LINCAN_CARD_gensja1000io + {"gensja1000io", gensja1000io_register, 1}, + #endif #ifdef CONFIG_OC_LINCAN_CARD_pimx1 {"pimx1", pimx1_register, 0}, #endif