include: import header files from kernel v5.4-rc7
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>pull/166/head
parent
8426d63ecf
commit
ffd60c9b74
|
|
@ -1,4 +1,4 @@
|
||||||
/* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */
|
/* SPDX-License-Identifier: ((GPL-2.0-only WITH Linux-syscall-note) OR BSD-3-Clause) */
|
||||||
/*
|
/*
|
||||||
* linux/can.h
|
* linux/can.h
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
/* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */
|
/* SPDX-License-Identifier: ((GPL-2.0-only WITH Linux-syscall-note) OR BSD-3-Clause) */
|
||||||
/*
|
/*
|
||||||
* linux/can/bcm.h
|
* linux/can/bcm.h
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
/* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */
|
/* SPDX-License-Identifier: ((GPL-2.0-only WITH Linux-syscall-note) OR BSD-3-Clause) */
|
||||||
/*
|
/*
|
||||||
* linux/can/error.h
|
* linux/can/error.h
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
/* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */
|
/* SPDX-License-Identifier: ((GPL-2.0-only WITH Linux-syscall-note) OR BSD-3-Clause) */
|
||||||
/*
|
/*
|
||||||
* linux/can/gw.h
|
* linux/can/gw.h
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
|
/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
|
||||||
/*
|
/*
|
||||||
* j1939.h
|
* j1939.h
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
|
/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
|
||||||
/*
|
/*
|
||||||
* linux/can/netlink.h
|
* linux/can/netlink.h
|
||||||
*
|
*
|
||||||
|
|
@ -40,15 +40,15 @@ struct can_bittiming {
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* CAN harware-dependent bit-timing constant
|
* CAN hardware-dependent bit-timing constant
|
||||||
*
|
*
|
||||||
* Used for calculating and checking bit-timing parameters
|
* Used for calculating and checking bit-timing parameters
|
||||||
*/
|
*/
|
||||||
struct can_bittiming_const {
|
struct can_bittiming_const {
|
||||||
char name[16]; /* Name of the CAN controller hardware */
|
char name[16]; /* Name of the CAN controller hardware */
|
||||||
__u32 tseg1_min; /* Time segement 1 = prop_seg + phase_seg1 */
|
__u32 tseg1_min; /* Time segment 1 = prop_seg + phase_seg1 */
|
||||||
__u32 tseg1_max;
|
__u32 tseg1_max;
|
||||||
__u32 tseg2_min; /* Time segement 2 = phase_seg2 */
|
__u32 tseg2_min; /* Time segment 2 = phase_seg2 */
|
||||||
__u32 tseg2_max;
|
__u32 tseg2_max;
|
||||||
__u32 sjw_max; /* Synchronisation jump width */
|
__u32 sjw_max; /* Synchronisation jump width */
|
||||||
__u32 brp_min; /* Bit-rate prescaler */
|
__u32 brp_min; /* Bit-rate prescaler */
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
/* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */
|
/* SPDX-License-Identifier: ((GPL-2.0-only WITH Linux-syscall-note) OR BSD-3-Clause) */
|
||||||
/*
|
/*
|
||||||
* linux/can/raw.h
|
* linux/can/raw.h
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
|
/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
|
||||||
#ifndef _UAPI_CAN_VXCAN_H
|
#ifndef _UAPI_CAN_VXCAN_H
|
||||||
#define _UAPI_CAN_VXCAN_H
|
#define _UAPI_CAN_VXCAN_H
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue