1 /* 2 * This header was generated from the Linux kernel headers by update_headers.py, 3 * to provide necessary information from kernel to userspace, such as constants, 4 * structures, and macros, and thus, contains no copyrightable information. 5 */ 6 #ifndef _UAPI_CAN_RAW_H 7 #define _UAPI_CAN_RAW_H 8 #include <linux/can.h> 9 #define SOL_CAN_RAW (SOL_CAN_BASE + CAN_RAW) 10 enum { 11 CAN_RAW_FILTER = 1, 12 CAN_RAW_ERR_FILTER, 13 CAN_RAW_LOOPBACK, 14 CAN_RAW_RECV_OWN_MSGS, 15 CAN_RAW_FD_FRAMES, 16 CAN_RAW_JOIN_FILTERS, 17 }; 18 #endif 19