From 34d7a7360df708c4305ecec602324bb074acae70 Mon Sep 17 00:00:00 2001 From: Martin Troxler Date: Fri, 7 May 2010 15:16:14 +0200 Subject: [PATCH] Increase version magic due to changed ioctl interface: Slave port info, inplace I/O --- master/ioctl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master/ioctl.h b/master/ioctl.h index 53ce5719..2c851f1a 100644 --- a/master/ioctl.h +++ b/master/ioctl.h @@ -56,7 +56,7 @@ * * Increment this when changing the ioctl interface! */ -#define EC_IOCTL_VERSION_MAGIC 5 +#define EC_IOCTL_VERSION_MAGIC 6 // Command-line tool #define EC_IOCTL_MODULE EC_IOR(0x00, ec_ioctl_module_t)