mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-04 22:09:57 +02:00
include: fix paths mentioned in files
This patch fixes paths mentioned in the files which are wrong now, due the move of the files in the previous patch. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* socketcan/can.h
|
* linux/can.h
|
||||||
*
|
*
|
||||||
* Definitions for CAN network layer (socket addr / CAN frame / CAN filter)
|
* Definitions for CAN network layer (socket addr / CAN frame / CAN filter)
|
||||||
*
|
*
|
||||||
@@ -45,7 +45,7 @@ typedef __u32 canid_t;
|
|||||||
/*
|
/*
|
||||||
* Controller Area Network Error Message Frame Mask structure
|
* Controller Area Network Error Message Frame Mask structure
|
||||||
*
|
*
|
||||||
* bit 0-28 : error class mask (see include/socketcan/can/error.h)
|
* bit 0-28 : error class mask (see include/linux/can/error.h)
|
||||||
* bit 29-31 : set to zero
|
* bit 29-31 : set to zero
|
||||||
*/
|
*/
|
||||||
typedef __u32 can_err_mask_t;
|
typedef __u32 can_err_mask_t;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* socketcan/can/bcm.h
|
* linux/can/bcm.h
|
||||||
*
|
*
|
||||||
* Definitions for CAN Broadcast Manager (BCM)
|
* Definitions for CAN Broadcast Manager (BCM)
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* socketcan/can/error.h
|
* linux/can/error.h
|
||||||
*
|
*
|
||||||
* Definitions of the CAN error messages to be filtered and passed to the user.
|
* Definitions of the CAN error messages to be filtered and passed to the user.
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* socketcan/can/gw.h
|
* linux/can/gw.h
|
||||||
*
|
*
|
||||||
* Definitions for CAN frame Gateway/Router/Bridge
|
* Definitions for CAN frame Gateway/Router/Bridge
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* socketcan/can/netlink.h
|
* linux/can/netlink.h
|
||||||
*
|
*
|
||||||
* Definitions for the CAN netlink interface
|
* Definitions for the CAN netlink interface
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* socketcan/can/raw.h
|
* linux/can/raw.h
|
||||||
*
|
*
|
||||||
* Definitions for raw CAN sockets
|
* Definitions for raw CAN sockets
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user