repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'xtensa-20180225' of git://github.com/jcmvbkbc/linux-xtensa
[cris-mirror.git]
/
include
/
uapi
/
linux
/
can
/
vxcan.h
blob
066812d118a2cf8fc05807a79549bc78856e71c3
1
/* SPDX-License-Identifier: GPL-2.0 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