X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/f4d1363acd43f76fb67b22301a0560c2455618aa..525156afededa4891750face0a155ee5541b47d7:/lincan/src/boardlist.c diff --git a/lincan/src/boardlist.c b/lincan/src/boardlist.c index 5f29f3d..c913a5d 100644 --- a/lincan/src/boardlist.c +++ b/lincan/src/boardlist.c @@ -46,6 +46,8 @@ extern int ns_dev_register(struct hwspecops_t *hwspecops); extern int hms30c7202_register(struct hwspecops_t *hwspecops); extern int nsi_canpci_register(struct hwspecops_t *hwspecops); extern int pcan_pci_register(struct hwspecops_t *hwspecops); +extern int esdpci200_register(struct hwspecops_t *hwspecops); +extern int sh7760_register(struct hwspecops_t *hwspecops); const struct boardtype_t can_boardtypes[]={ #ifdef CONFIG_OC_LINCAN_CARD_template @@ -140,6 +142,9 @@ const struct boardtype_t can_boardtypes[]={ #if defined(CONFIG_OC_LINCAN_CARD_adlink7841) {"adlink7841", adlink7841_register, 0}, #endif + #if defined(CONFIG_OC_LINCAN_CARD_esdpci200) + {"esdpci200", esdpci200_register, 0}, + #endif #if defined(CONFIG_OC_LINCAN_CARD_tscan1) {"tscan1", tscan1_register, 1}, {"ts7kv", ts7kv_register, 1},