git commit -m "first commit for v2"
This commit is contained in:
13
Devices/Libraries/Systems/can-utils/include/linux/can/vxcan.h
Executable file
13
Devices/Libraries/Systems/can-utils/include/linux/can/vxcan.h
Executable file
@@ -0,0 +1,13 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only 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
|
||||
Reference in New Issue
Block a user