blob: 7e1f376fc9c276046b870fcd6973b158bcc17d3a [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
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 */
Ben Cheng655a7c02013-10-16 16:09:24 -07007#ifndef _LINUX_ATMPPP_H
8#define _LINUX_ATMPPP_H
9#include <linux/atm.h>
10#define PPPOATM_ENCAPS_AUTODETECT (0)
Ben Cheng655a7c02013-10-16 16:09:24 -070011#define PPPOATM_ENCAPS_VC (1)
12#define PPPOATM_ENCAPS_LLC (2)
13struct atm_backend_ppp {
Tao Baod7db5942015-01-28 10:07:51 -080014 atm_backend_t backend_num;
Tao Baod7db5942015-01-28 10:07:51 -080015 int encaps;
Ben Cheng655a7c02013-10-16 16:09:24 -070016};
17#endif