]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/include/can_sysdep.h
LinCAN driver structured comments updated.
[lincan.git] / lincan / include / can_sysdep.h
index 5b33971292dc6e9061582317fdea0f6e8146b989..0dd0e5546353e14b36d4b7a8066d926e322d3169 100644 (file)
 #define can_set_rtl_file_private_data(fptr, p) do{ fptr->f_minor=(long)(p); } while(0)
 #define can_get_rtl_file_private_data(fptr) ((void*)((fptr)->f_minor))
 
+extern can_spinlock_t can_irq_manipulation_lock;
+
 #endif /*CAN_WITH_RTL*/
 
 #endif /*_CAN_SYSDEP_H*/