]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/include/main.h
Added skeleton of IRQ support on VME bus
[lincan.git] / lincan / include / main.h
index 78eace8ee71d4f02bfa2b22472025e72f5867d40..506e2626ec2f7048741c9dd3b2d9227869e6e6ff 100644 (file)
@@ -88,6 +88,7 @@ struct candevice_t {
        struct canhardware_t *hosthardware_p;
        
        union {
+               void *anydev;
            #ifdef CAN_ENABLE_PCI_SUPPORT
                struct pci_dev *pcidev;
            #endif /*CAN_ENABLE_PCI_SUPPORT*/
@@ -474,6 +475,8 @@ struct boardtype_t {
 
 const struct boardtype_t* boardtype_find(const char *str);
 
+int can_check_dev_taken(void *anydev);
+
 #ifdef CAN_WITH_RTL
 extern int can_rtl_priority;
 #endif /*CAN_WITH_RTL*/