Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
9850488201f0b0bcbded1eca53750d2fd6accfbb
/
.
/
include
/
uapi
/
linux
/
can
/
vxcan.h
blob: 066812d118a2cf8fc05807a79549bc78856e71c3 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef
_UAPI_CAN_VXCAN_H
#define
_UAPI_CAN_VXCAN_H
enum
{
VXCAN_INFO_UNSPEC
,
VXCAN_INFO_PEER
,
__VXCAN_INFO_MAX
#define
VXCAN_INFO_MAX
(
__VXCAN_INFO_MAX
-
1
)
};
#endif