.. | .. |
---|
1 | | -/* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */ |
---|
| 1 | +/* SPDX-License-Identifier: ((GPL-2.0-only WITH Linux-syscall-note) OR BSD-3-Clause) */ |
---|
2 | 2 | /* |
---|
3 | 3 | * linux/can/error.h |
---|
4 | 4 | * |
---|
.. | .. |
---|
120 | 120 | #define CAN_ERR_TRX_CANL_SHORT_TO_GND 0x70 /* 0111 0000 */ |
---|
121 | 121 | #define CAN_ERR_TRX_CANL_SHORT_TO_CANH 0x80 /* 1000 0000 */ |
---|
122 | 122 | |
---|
123 | | -/* controller specific additional information / data[5..7] */ |
---|
| 123 | +/* data[5] is reserved (do not use) */ |
---|
| 124 | + |
---|
| 125 | +/* TX error counter / data[6] */ |
---|
| 126 | +/* RX error counter / data[7] */ |
---|
124 | 127 | |
---|
125 | 128 | #endif /* _UAPI_CAN_ERROR_H */ |
---|