Where Online Learning is simpler!
The C and C++ Include Header Files
/usr/include/linux/wwan.h
$ cat -n /usr/include/linux/wwan.h 1 /* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */ 2 /* 3 * Copyright (C) 2021 Intel Corporation. 4 */ 5 #ifndef _WWAN_H_ 6 #define _WWAN_H_ 7 8 enum { 9 IFLA_WWAN_UNSPEC, 10 IFLA_WWAN_LINK_ID, /* u32 */ 11 12 __IFLA_WWAN_MAX 13 }; 14 #define IFLA_WWAN_MAX (__IFLA_WWAN_MAX - 1) 15 16 #endif /* _WWAN_H_ */
Contact us
|
About us
|
Term of use
|
Copyright © 2000-2025 MyWebUniversity.com ™