]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/include/ssv.h
The original version of Arnaud Westenberg Linux CAN-bus driver
[lincan.git] / lincan / include / ssv.h
diff --git a/lincan/include/ssv.h b/lincan/include/ssv.h
new file mode 100644 (file)
index 0000000..d6a1151
--- /dev/null
@@ -0,0 +1,17 @@
+/* ssv.h
+ * Header file for the Linux CAN-bus driver.
+ * Written by Arnaud Westenberg email:arnaud@casema.net
+ * This software is released under the GPL-License.
+ * Version 0.6  18 Sept 2000
+ */
+
+int ssv_request_io(unsigned long io_addr);
+int ssv_release_io(unsigned long io_addr);
+int ssv_reset(int card);
+int ssv_init_hw_data(int card);
+int ssv_init_chip_data(int card, int chipnr);
+int ssv_init_obj_data(int chipnr, int objnr);
+void ssv_write_register(unsigned char data, unsigned long address);
+unsigned ssv_read_register(unsigned long address);
+int ssv_program_irq(int card);
+