]> rtime.felk.cvut.cz Git - lincan.git/blob - lincan/include/setup.h
Structured comments updated.
[lincan.git] / lincan / include / setup.h
1 /* setup.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.2  9 Jul 2003
8  */
9
10 int init_hw_struct(void);
11 int list_hw(void);
12 void *can_checked_malloc(size_t size);
13 int can_checked_free(void *address_p);
14 int can_del_mem_list(void);
15 int can_chip_setup_irq(struct chip_t *chip);
16 void can_chip_free_irq(struct chip_t *chip);