blob: 9b2ad0a5fe5fe997e0be30a4227af3f0bd154824 [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 _IF_X25_H
8#define _IF_X25_H
9#include <linux/types.h>
10#define X25_IFACE_DATA 0x00
Ben Cheng655a7c02013-10-16 16:09:24 -070011#define X25_IFACE_CONNECT 0x01
12#define X25_IFACE_DISCONNECT 0x02
13#define X25_IFACE_PARAMS 0x03
14#endif