]> rtime.felk.cvut.cz Git - lincan.git/blob - lincan/include/finish.h
Merge: Correction for 2.6.23-git kernel - unregister_chrdev() does not return value.
[lincan.git] / lincan / include / finish.h
1 /* finish.h
2  * Header file for the Linux CAN-bus driver.
3  * Written by Arnaud Westenberg email:arnaud@wanadoo.nl
4  * Rewritten for new CAN queues by Pavel Pisa - OCERA team member
5  * email:pisa@cmp.felk.cvut.cz
6  * This software is released under the GPL-License.
7  * Version lincan-0.3  17 Jun 2004
8  */
9
10 void msgobj_done(struct msgobj_t *obj);
11 void canchip_done(struct canchip_t *chip);
12 void candevice_done(struct candevice_t *candev);
13 void canhardware_done(struct canhardware_t *candev);