X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/3810959545bb02dd92e5ad90531af62e3c985da6..50e9e47fc21191ea9ea758fea1e7f2bd5a275e98:/lincan/include/main.h diff --git a/lincan/include/main.h b/lincan/include/main.h index d827594..977724a 100644 --- a/lincan/include/main.h +++ b/lincan/include/main.h @@ -116,7 +116,7 @@ struct candevice_t { #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,10)) struct kref refcount; #endif - + union { void *anydev; #ifdef CAN_ENABLE_PCI_SUPPORT @@ -335,7 +335,7 @@ struct hwspecops_t { #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,10)) void (*release_device)(struct kref *refcount); #endif - + }; /**