include: import header files from kernel

This commit is contained in:
Marc Kleine-Budde
2018-02-11 14:39:01 +01:00
parent a6469df2c0
commit c5fd57df34
3 changed files with 9 additions and 7 deletions
+2 -2
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
+1
View File
@@ -1,3 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/*
* j1939.h
*
+1
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
};