X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/c6d6f58c34e1b6a4c03d1e86d1abf48eeb6f5624..831ccb1f14f7472962fc2d185f32e18105209bd7:/lincan/include/devcommon.h diff --git a/lincan/include/devcommon.h b/lincan/include/devcommon.h index f49b2fe..837ffb6 100644 --- a/lincan/include/devcommon.h +++ b/lincan/include/devcommon.h @@ -3,13 +3,13 @@ * New CAN queues by Pavel Pisa - OCERA team member * email:pisa@cmp.felk.cvut.cz * This software is released under the GPL-License. - * Version lincan-0.2 9 Jul 2003 + * Version lincan-0.3 17 Jun 2004 */ -#include "./can.h" +#include "./canmsg.h" #include "./can_sysdep.h" #include "./constants.h" #include "./can_queue.h" -int canqueue_ends_init_chip(struct canque_ends_t *qends, struct chip_t *chip, struct msgobj_t *obj); +int canqueue_ends_init_chip(struct canque_ends_t *qends, struct canchip_t *chip, struct msgobj_t *obj); int canqueue_ends_done_chip(struct canque_ends_t *qends);