]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/include/main.h
Added support for KVASER PCICAN-S/D/Q cards.
[lincan.git] / lincan / include / main.h
index ba01dd23d89b54b767b2c5e257a24a9a4eaeed5e..f73e96709b0def219fbc2d59c2e8a11a9749ea01 100644 (file)
@@ -83,6 +83,13 @@ struct candevice_t {
        struct hwspecops_t *hwspecops;
 
        struct canhardware_t *hosthardware_p;
        struct hwspecops_t *hwspecops;
 
        struct canhardware_t *hosthardware_p;
+       
+       union {
+           #ifdef CAN_ENABLE_PCI_SUPPORT
+               struct pci_dev *pcidev;
+           #endif /*CAN_ENABLE_PCI_SUPPORT*/
+       } sysdevptr;
+
 };
 
 /**
 };
 
 /**