Sign in
nest-open-source
/
manifest_repos
/
iproute2
/
f884de135f5988a918544ba8274c1cdf246f8513
/
.
/
include
/
uapi
/
linux
/
can
/
vxcan.h
blob: 3e3d2eb48470a75dc28f138907c6a3231a8e35b7 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
#ifndef
_CAN_VXCAN_H
#define
_CAN_VXCAN_H
enum
{
VXCAN_INFO_UNSPEC
,
VXCAN_INFO_PEER
,
__VXCAN_INFO_MAX
#define
VXCAN_INFO_MAX
(
__VXCAN_INFO_MAX
-
1
)
};
#endif