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 IF_CAIF_H_ 7 #define IF_CAIF_H_ 8 #include <linux/sockios.h> 9 #include <linux/types.h> 10 #include <linux/socket.h> 11 enum ifla_caif { 12 __IFLA_CAIF_UNSPEC, 13 IFLA_CAIF_IPV4_CONNID, 14 IFLA_CAIF_IPV6_CONNID, 15 IFLA_CAIF_LOOPBACK, 16 __IFLA_CAIF_MAX 17 }; 18 #define IFLA_CAIF_MAX (__IFLA_CAIF_MAX-1) 19 #endif 20