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) */2 2 /* 3 3 * linux/can/raw.h 4 4 * .. .. @@ -49,6 +49,9 @@ 49 49 #include <linux/can.h> 50 50 51 51 #define SOL_CAN_RAW (SOL_CAN_BASE + CAN_RAW) 52 +enum {53 + SCM_CAN_RAW_ERRQUEUE = 1,54 +};52 55 53 56 /* for socket options affecting the socket (not the global system) */ 54 57