X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/a4c9ead4b64bd4de307f375c2ff313a7a07a06e0..b8ebad64ba024cba4fa9984ade263dc50db97268:/lincan/include/proc.h diff --git a/lincan/include/proc.h b/lincan/include/proc.h index c2a3c96..504b58a 100644 --- a/lincan/include/proc.h +++ b/lincan/include/proc.h @@ -11,7 +11,9 @@ #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; -}; +};