netdevice.h revision 82d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0f
1a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich/****************************************************************************
2a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ****************************************************************************
3a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***
4a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   This header was automatically generated from a Linux kernel header
5a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   of the same name, to make information necessary for userspace to
6a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   call into the kernel available to libc.  It contains only constants,
7a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   structures, and macros generated from the original header, and thus,
8a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   contains no copyrightable information.
9a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***
10a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   To edit the content of this header, modify the corresponding
11a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   source file (e.g. under external/kernel-headers/original/) then
12a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   run bionic/libc/kernel/tools/update_all.py
13a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***
14a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   Any manual change here will be lost the next time this script will
15a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   be run. You've been warned!
16a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***
17a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ****************************************************************************
18a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ****************************************************************************/
19655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#ifndef _UAPI_LINUX_NETDEVICE_H
20655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define _UAPI_LINUX_NETDEVICE_H
21655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#include <linux/if.h>
22655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#include <linux/if_ether.h>
23a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
24655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#include <linux/if_packet.h>
25655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#include <linux/if_link.h>
26655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define MAX_ADDR_LEN 32
27655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define INIT_NETDEV_GROUP 0
28a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
2982d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0fChristopher Ferris#define NET_NAME_UNKNOWN 0
3082d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0fChristopher Ferris#define NET_NAME_ENUM 1
3182d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0fChristopher Ferris#define NET_NAME_PREDICTABLE 2
3282d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0fChristopher Ferris#define NET_NAME_USER 3
3382d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0fChristopher Ferris/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
3482d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0fChristopher Ferris#define NET_NAME_RENAMED 4
35655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Chengenum {
36655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng IF_PORT_UNKNOWN = 0,
37655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng IF_PORT_10BASE2,
38a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
3982d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0fChristopher Ferris IF_PORT_10BASET,
40655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng IF_PORT_AUI,
41655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng IF_PORT_100BASET,
42655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng IF_PORT_100BASETX,
43a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
4482d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0fChristopher Ferris IF_PORT_100BASEFX
45655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng};
46ba8d4f460b51161eb82cf1006cb34a3cc1389f47Christopher Ferris#define NET_ADDR_PERM 0
47ba8d4f460b51161eb82cf1006cb34a3cc1389f47Christopher Ferris#define NET_ADDR_RANDOM 1
48ba8d4f460b51161eb82cf1006cb34a3cc1389f47Christopher Ferris/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
4982d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0fChristopher Ferris#define NET_ADDR_STOLEN 2
50ba8d4f460b51161eb82cf1006cb34a3cc1389f47Christopher Ferris#define NET_ADDR_SET 3
51a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich#endif
52