logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

wwan.h (295B)


  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. enum {
  8. IFLA_WWAN_UNSPEC,
  9. IFLA_WWAN_LINK_ID, /* u32 */
  10. __IFLA_WWAN_MAX
  11. };
  12. #define IFLA_WWAN_MAX (__IFLA_WWAN_MAX - 1)
  13. #endif /* _WWAN_H_ */