]> rtime.felk.cvut.cz Git - lincan.git/blob - lincan/include/ssv.h
9371487e2b7649b7fc3daf965901167f768882a4
[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 0.6  18 Sept 2000
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 char data, unsigned long address);
15 unsigned ssv_read_register(unsigned long address);
16 int ssv_program_irq(struct candevice_t *candev);
17