hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
kernel/include/uapi/linux/can/raw.h
....@@ -1,4 +1,4 @@
1
-/* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */
1
+/* SPDX-License-Identifier: ((GPL-2.0-only WITH Linux-syscall-note) OR BSD-3-Clause) */
22 /*
33 * linux/can/raw.h
44 *
....@@ -49,6 +49,9 @@
4949 #include <linux/can.h>
5050
5151 #define SOL_CAN_RAW (SOL_CAN_BASE + CAN_RAW)
52
+enum {
53
+ SCM_CAN_RAW_ERRQUEUE = 1,
54
+};
5255
5356 /* for socket options affecting the socket (not the global system) */
5457