]> rtime.felk.cvut.cz Git - lincan.git/blob - lincan/include/ssv.h
LinCAN version updated to 0.3
[lincan.git] / lincan / include / ssv.h
1 /* ssv.h
2  * Header file for the Linux CAN-bus driver.
3  * Written by Arnaud Westenberg email:arnaud@casema.net
4  * This software is released under the GPL-License.
5  * Version lincan-0.3  17 Jun 2004
6  */
7
8 int ssv_request_io(struct candevice_t *candev);
9 int ssv_release_io(struct candevice_t *candev);
10 int ssv_reset(struct candevice_t *candev);
11 int ssv_init_hw_data(struct candevice_t *candev);
12 int ssv_init_chip_data(struct candevice_t *candev, int chipnr);
13 int ssv_init_obj_data(struct chip_t *chip, int objnr);
14 void ssv_write_register(unsigned data, unsigned long address);
15 unsigned ssv_read_register(unsigned long address);
16 int ssv_program_irq(struct candevice_t *candev);
17