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 | */ |
Christopher Ferris | 3a39c0b | 2021-09-02 00:03:38 +0000 | [diff] [blame] | 7 | #ifndef _UAPI_WWAN_H_ |
| 8 | #define _UAPI_WWAN_H_ |
| 9 | enum { |
| 10 | IFLA_WWAN_UNSPEC, |
| 11 | IFLA_WWAN_LINK_ID, |
| 12 | __IFLA_WWAN_MAX |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 13 | }; |
Christopher Ferris | 3a39c0b | 2021-09-02 00:03:38 +0000 | [diff] [blame] | 14 | #define IFLA_WWAN_MAX (__IFLA_WWAN_MAX - 1) |
Nick Kralevich | a67e4de | 2013-01-14 11:28:26 -0800 | [diff] [blame] | 15 | #endif |