From 5c6e19981bdd76697e702eff6a5c7c81c45ecf30 Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Thu, 18 Jan 2024 10:37:27 +0100 Subject: [PATCH] Incremented ioctl version magic to 33. --- master/ioctl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master/ioctl.h b/master/ioctl.h index 0bdae660..4e68f084 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 32 +#define EC_IOCTL_VERSION_MAGIC 33 // Command-line tool #define EC_IOCTL_MODULE EC_IOR(0x00, ec_ioctl_module_t)