X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/ccfa700f38edb9878874b78eab35015e29e1d7a4..1fd6ebf194739bee96aa5696cdd24622ef658130:/lincan/src/boardlist.c diff --git a/lincan/src/boardlist.c b/lincan/src/boardlist.c index 0f87484..f0b7dff 100644 --- a/lincan/src/boardlist.c +++ b/lincan/src/boardlist.c @@ -13,6 +13,7 @@ #include "lincan_config.h" extern int template_register(struct hwspecops_t *hwspecops); +extern int virtual_register(struct hwspecops_t *hwspecops); extern int pip5_register(struct hwspecops_t *hwspecops); extern int pip6_register(struct hwspecops_t *hwspecops); extern int m437_register(struct hwspecops_t *hwspecops); @@ -31,7 +32,7 @@ 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 msmcan_register(struct hwspecops_t *hwspecops); -extern int virtual_register(struct hwspecops_t *hwspecops); +extern int unican_register(struct hwspecops_t *hwspecops); const struct boardtype_t can_boardtypes[]={ #ifdef CONFIG_OC_LINCAN_CARD_template @@ -90,6 +91,9 @@ const struct boardtype_t can_boardtypes[]={ #endif #ifdef CONFIG_OC_LINCAN_CARD_msmcan {"msmcan", msmcan_register, 1}, + #endif + #ifdef CONFIG_OC_LINCAN_CARD_unican + {"unican", unican_register, 1}, #endif {NULL} };