include: import header files from kernel

pull/76/merge v2018.02.0
Marc Kleine-Budde 2018-02-11 14:35:34 +01:00
parent a6469df2c0
commit c5fd57df34
3 changed files with 9 additions and 7 deletions

View File

@ -190,8 +190,8 @@ struct sockaddr_can {
struct {
/* 8 byte name when using dynamic addressing */
__u64 name;
/*
* pgn:
/* pgn:
* 8 bit: PS in PDU2 case, else 0
* 8 bit: PF
* 1 bit: DP

View File

@ -1,3 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/*
* j1939.h
*

View File

@ -132,6 +132,7 @@ enum {
IFLA_CAN_TERMINATION_CONST,
IFLA_CAN_BITRATE_CONST,
IFLA_CAN_DATA_BITRATE_CONST,
IFLA_CAN_BITRATE_MAX,
__IFLA_CAN_MAX
};