]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/include/can_sysdep.h
Added support for oscar CAN interface.
[lincan.git] / lincan / include / can_sysdep.h
index 53e2ce1cde76dcde50420cc0987dce0499949c95..50a87a2c37e6e3259584191a5a675e18d02e315a 100644 (file)
@@ -203,4 +203,7 @@ extern can_spinlock_t can_irq_manipulation_lock;
 
 #endif /*CAN_WITH_RTL*/
 
+/* CAN message timestamp source, it is called from interrupt context */
+#define can_gettimeofday do_gettimeofday
+
 #endif /*_CAN_SYSDEP_H*/