X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/e89f7ab78095402339821751debb699af22818a6..62f5ca6bcdc723e7ad5c10d49b1e0a54d59d51fb:/lincan/src/boardlist.c?ds=sidebyside 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)