From 038f73254316ab06ace0e521bb65271974a04c91 Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Thu, 1 Feb 2024 13:05:55 +0100 Subject: [PATCH] Increase ioctl() version magic to 35. --- master/ioctl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master/ioctl.h b/master/ioctl.h index d011ecae..ba959095 100644 --- a/master/ioctl.h +++ b/master/ioctl.h @@ -47,7 +47,7 @@ * * Increment this when changing the ioctl interface! */ -#define EC_IOCTL_VERSION_MAGIC 34 +#define EC_IOCTL_VERSION_MAGIC 35 // Command-line tool #define EC_IOCTL_MODULE EC_IOR(0x00, ec_ioctl_module_t)