]> Git Repo - J-linux.git/blob - include/uapi/linux/can/vxcan.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / include / uapi / linux / can / vxcan.h
1 /* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
2 #ifndef _UAPI_CAN_VXCAN_H
3 #define _UAPI_CAN_VXCAN_H
4
5 enum {
6         VXCAN_INFO_UNSPEC,
7         VXCAN_INFO_PEER,
8
9         __VXCAN_INFO_MAX
10 #define VXCAN_INFO_MAX  (__VXCAN_INFO_MAX - 1)
11 };
12
13 #endif
This page took 0.023945 seconds and 4 git commands to generate.