blob: 5d457dae090791ad2707983709b332459c336eb3 [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
2 * This file is auto-generated. Modifications will be lost.
3 *
4 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5 * for more information.
6 */
Ben Cheng655a7c02013-10-16 16:09:24 -07007#ifndef __NET_VETH_H_
8#define __NET_VETH_H_
9enum {
Tao Baod7db5942015-01-28 10:07:51 -080010 VETH_INFO_UNSPEC,
Tao Baod7db5942015-01-28 10:07:51 -080011 VETH_INFO_PEER,
12 __VETH_INFO_MAX
Ben Cheng655a7c02013-10-16 16:09:24 -070013#define VETH_INFO_MAX (__VETH_INFO_MAX - 1)
14};
Ben Cheng655a7c02013-10-16 16:09:24 -070015#endif