Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / include / uapi / linux / wwan.h
blob32a2720b4d116df0fd80981ba0d449da9bd75808
1 /* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
2 /*
3 * Copyright (C) 2021 Intel Corporation.
4 */
5 #ifndef _UAPI_WWAN_H_
6 #define _UAPI_WWAN_H_
8 enum {
9 IFLA_WWAN_UNSPEC,
10 IFLA_WWAN_LINK_ID, /* u32 */
12 __IFLA_WWAN_MAX
14 #define IFLA_WWAN_MAX (__IFLA_WWAN_MAX - 1)
16 #endif /* _UAPI_WWAN_H_ */