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_VXCAN_H 7 #define _UAPI_CAN_VXCAN_H 8 enum { 9 VXCAN_INFO_UNSPEC, 10 VXCAN_INFO_PEER, 11 __VXCAN_INFO_MAX 12 #define VXCAN_INFO_MAX (__VXCAN_INFO_MAX - 1) 13 }; 14 #endif 15