Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
0002 /*
0003  * Copyright (C) 2021 Intel Corporation.
0004  */
0005 #ifndef _UAPI_WWAN_H_
0006 #define _UAPI_WWAN_H_
0007 
0008 enum {
0009     IFLA_WWAN_UNSPEC,
0010     IFLA_WWAN_LINK_ID, /* u32 */
0011 
0012     __IFLA_WWAN_MAX
0013 };
0014 #define IFLA_WWAN_MAX (__IFLA_WWAN_MAX - 1)
0015 
0016 #endif /* _UAPI_WWAN_H_ */