mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-05 06:20:00 +02:00
bcm: add support for CAN FD frames
Update bcm.h following Linux mainline commit 6f3b911d5f29b98752 Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
This commit is contained in:
@@ -99,5 +99,6 @@ enum {
|
|||||||
#define RX_ANNOUNCE_RESUME 0x0100
|
#define RX_ANNOUNCE_RESUME 0x0100
|
||||||
#define TX_RESET_MULTI_IDX 0x0200
|
#define TX_RESET_MULTI_IDX 0x0200
|
||||||
#define RX_RTR_FRAME 0x0400
|
#define RX_RTR_FRAME 0x0400
|
||||||
|
#define CAN_FD_FRAME 0x0800
|
||||||
|
|
||||||
#endif /* CAN_BCM_H */
|
#endif /* CAN_BCM_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user