X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/4cf24de229090b1ab6279570a564d224e13dd706..a35b5224bbdfbd7147e1cf715c2931a2d740f592:/lincan/include/proc.h diff --git a/lincan/include/proc.h b/lincan/include/proc.h index 8a3d004..504b58a 100644 --- a/lincan/include/proc.h +++ b/lincan/include/proc.h @@ -1,15 +1,19 @@ /* proc.h * Header file for the Linux CAN-bus driver. * Written by Arnaud Westenberg email:arnaud@wanadoo.nl + * Rewritten for new CAN queues by Pavel Pisa - OCERA team member + * email:pisa@cmp.felk.cvut.cz * This software is released under the GPL-License. - * Version 0.7 6 Aug 2001 + * Version lincan-0.3 17 Jun 2004 */ #include #include "./constants.h" int can_init_procdir(void); +int can_init_procentry(int board); int can_delete_procdir(void); +int can_delete_procentry(struct candevice_t *candev); struct canproc_t { struct proc_dir_entry *can_proc_entry; @@ -29,4 +33,4 @@ struct objectproc_t { char lnk_name[20]; char lnk_dev[20]; struct proc_dir_entry *lnk; -}; +};