X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/8d06c4e166846c170775c086d1565a0e281d6dbc..5f3731f0f3ee5b9b2b7e475a01cca9411ba27415:/lincan/src/boardlist.c diff --git a/lincan/src/boardlist.c b/lincan/src/boardlist.c index a7cef36..86f332e 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); @@ -147,6 +148,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)