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 _LINUX_ATMPPP_H 8 #define _LINUX_ATMPPP_H 9 #include <linux/atm.h> 10 #define PPPOATM_ENCAPS_AUTODETECT (0) 11 #define PPPOATM_ENCAPS_VC (1) 12 #define PPPOATM_ENCAPS_LLC (2) 13 struct atm_backend_ppp { 14 atm_backend_t backend_num; 15 int encaps; 16 }; 17 #endif 18