X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/95c031e101c74ae6472a7e538f3128f67a490082..76d6542769a63f5779fe28f93d55d08535e649b8:/lincan/src/boardlist.c diff --git a/lincan/src/boardlist.c b/lincan/src/boardlist.c index 2afcc17..21e589e 100644 --- a/lincan/src/boardlist.c +++ b/lincan/src/boardlist.c @@ -12,6 +12,7 @@ extern int template_register(struct hwspecops_t *hwspecops); extern int virtual_register(struct hwspecops_t *hwspecops); +extern int oscar_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); @@ -43,6 +44,9 @@ const struct boardtype_t can_boardtypes[]={ #ifdef CONFIG_OC_LINCAN_CARD_template {"virtual", virtual_register, 0}, #endif + #ifdef CONFIG_OC_LINCAN_CARD_oscar + {"oscar", oscar_register, 1}, + #endif #ifdef CONFIG_OC_LINCAN_CARD_pip {"pip5", pip5_register, 1}, {"pip6", pip6_register, 1},