blob: d849c14347b7c0831d5cf529b2b937bb12f61277 [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 */
Christopher Ferris3a39c0b2021-09-02 00:03:38 +00007#ifndef _UAPI_WWAN_H_
8#define _UAPI_WWAN_H_
9enum {
10 IFLA_WWAN_UNSPEC,
11 IFLA_WWAN_LINK_ID,
12 __IFLA_WWAN_MAX
Ben Cheng655a7c02013-10-16 16:09:24 -070013};
Christopher Ferris3a39c0b2021-09-02 00:03:38 +000014#define IFLA_WWAN_MAX (__IFLA_WWAN_MAX - 1)
Nick Kralevicha67e4de2013-01-14 11:28:26 -080015#endif