]> rtime.felk.cvut.cz Git - linux-lin.git/blobdiff - sllin/linux/lin_bus.h
sllin: add single-response flag
[linux-lin.git] / sllin / linux / lin_bus.h
index dbd9a783e2c76ea22edd3eea43a41b42638f5f66..151d18f89e87e9041df350c4d702e11c9f933d2a 100644 (file)
@@ -11,6 +11,7 @@
 
 #define LIN_CACHE_RESPONSE     (1 << (LIN_CANFR_FLAGS_OFFS))
 #define LIN_CHECKSUM_EXTENDED  (1 << (LIN_CANFR_FLAGS_OFFS + 1))
+#define LIN_SINGLE_RESPONSE (1 << (LIN_CANFR_FLAGS_OFFS + 2))
 
 
 /* Error flags */