Elliott Hughes | 180edef | 2023-11-02 00:08:05 +0000 | [diff] [blame] | 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 | */ |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 7 | #ifndef _IF_X25_H |
| 8 | #define _IF_X25_H |
| 9 | #include <linux/types.h> |
| 10 | #define X25_IFACE_DATA 0x00 |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 11 | #define X25_IFACE_CONNECT 0x01 |
| 12 | #define X25_IFACE_DISCONNECT 0x02 |
| 13 | #define X25_IFACE_PARAMS 0x03 |
| 14 | #endif |