blob: 9f6c1c03ad713a1ac3d035d8af401fb6bac2b5e4 [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 */
Christopher Ferris525ce912017-07-26 13:12:53 -07007#ifndef _UAPI_CAN_VXCAN_H
8#define _UAPI_CAN_VXCAN_H
9enum {
10 VXCAN_INFO_UNSPEC,
11 VXCAN_INFO_PEER,
12 __VXCAN_INFO_MAX
13#define VXCAN_INFO_MAX (__VXCAN_INFO_MAX - 1)
Christopher Ferris82d75042015-01-26 10:57:07 -080014};
Christopher Ferris82d75042015-01-26 10:57:07 -080015#endif