1 /* 2 * This file is auto-generated. Modifications will be lost. 3 * 4 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ 5 * for more information. 6 */ 7 #ifndef _UAPI_CAN_VXCAN_H 8 #define _UAPI_CAN_VXCAN_H 9 enum { 10 VXCAN_INFO_UNSPEC, 11 VXCAN_INFO_PEER, 12 __VXCAN_INFO_MAX 13 #define VXCAN_INFO_MAX (__VXCAN_INFO_MAX - 1) 14 }; 15 #endif 16