summaryrefslogtreecommitdiffstats
path: root/libc/kernel/common/linux/can/netlink.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/kernel/common/linux/can/netlink.h')
-rw-r--r--libc/kernel/common/linux/can/netlink.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/libc/kernel/common/linux/can/netlink.h b/libc/kernel/common/linux/can/netlink.h
index a6006d3..df8a19c 100644
--- a/libc/kernel/common/linux/can/netlink.h
+++ b/libc/kernel/common/linux/can/netlink.h
@@ -71,12 +71,12 @@ struct can_ctrlmode {
__u32 flags;
};
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
-#define CAN_CTRLMODE_LOOPBACK 0x01
-#define CAN_CTRLMODE_LISTENONLY 0x02
-#define CAN_CTRLMODE_3_SAMPLES 0x04
-#define CAN_CTRLMODE_ONE_SHOT 0x08
+#define CAN_CTRLMODE_LOOPBACK 0x01
+#define CAN_CTRLMODE_LISTENONLY 0x02
+#define CAN_CTRLMODE_3_SAMPLES 0x04
+#define CAN_CTRLMODE_ONE_SHOT 0x08
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
-#define CAN_CTRLMODE_BERR_REPORTING 0x10
+#define CAN_CTRLMODE_BERR_REPORTING 0x10
struct can_device_stats {
__u32 bus_error;
__u32 error_warning;