]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/include/proc.h
Merge branch 'master' into can-usb1
[lincan.git] / lincan / include / proc.h
index c07ab0afdaec9affcccdf7aba1bba98224f83470..504b58a1775e38902bd2fc80f5335eab8ad86d5f 100644 (file)
@@ -4,14 +4,16 @@
  * 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 lincan-0.2  9 Jul 2003
+ * Version lincan-0.3  17 Jun 2004
  */
 
 #include <linux/proc_fs.h>
 #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;
@@ -31,4 +33,4 @@ struct objectproc_t {
        char lnk_name[20];
        char lnk_dev[20];
        struct proc_dir_entry *lnk;
-}; 
+};