X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/fb1e8444b02cd7ae2536adc1bad79f5e01382767..b8ebad64ba024cba4fa9984ade263dc50db97268:/lincan/src/boardlist.c diff --git a/lincan/src/boardlist.c b/lincan/src/boardlist.c index 0c2696a..d7cf342 100644 --- a/lincan/src/boardlist.c +++ b/lincan/src/boardlist.c @@ -41,6 +41,7 @@ extern int pcan_dongle_register(struct hwspecops_t *hwspecops); extern int eb8245_register(struct hwspecops_t *hwspecops); extern int adlink7841_register(struct hwspecops_t *hwspecops); extern int tscan1_register(struct hwspecops_t *hwspecops); +extern int tscan1mmio_register(struct hwspecops_t *hwspecops); extern int ts7kv_register(struct hwspecops_t *hwspecops); extern int ns_dev_register(struct hwspecops_t *hwspecops); extern int hms30c7202_register(struct hwspecops_t *hwspecops); @@ -148,6 +149,9 @@ const struct boardtype_t can_boardtypes[]={ #endif #if defined(CONFIG_OC_LINCAN_CARD_tscan1) {"tscan1", tscan1_register, 1}, + {"tscan1mmio", tscan1mmio_register, 1}, + #endif + #if defined(CONFIG_OC_LINCAN_CARD_ts7kv) {"ts7kv", ts7kv_register, 1}, #endif #if defined(CONFIG_OC_LINCAN_CARD_ns_dev_can)