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 7 8 #ifndef LINUX_ATMCLIP_H 9 #define LINUX_ATMCLIP_H 10 #include <linux/sockios.h> 11 #include <linux/atmioc.h> 12 #define RFC1483LLC_LEN 8 13 #define RFC1626_MTU 9180 14 #define CLIP_DEFAULT_IDLETIMER 1200 15 #define CLIP_CHECK_INTERVAL 10 16 #define SIOCMKCLIP _IO('a',ATMIOC_CLIP) 17 #endif 18