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