]> rtime.felk.cvut.cz Git - lincan.git/blob - lincan/include/ipci165_fw.h
Merge: Correction for 2.6.23-git kernel - unregister_chrdev() does not return value.
[lincan.git] / lincan / include / ipci165_fw.h
1 /* ipci165_fw.h
2  * Linux CAN-bus device driver firmware for IXXAT iPC-I 165 (PCI) compatible HW.
3  *
4  * email:kalas@unicontrols.cz
5  * This software is released under the GPL-License.
6  * Version lincan-0.3  17 Jun 2004
7  */
8
9 struct ipci165_fw_t {
10   unsigned char len;
11   unsigned long addr;
12   unsigned char a_data[16];
13 };
14
15 extern struct ipci165_fw_t ipci165_fw[];