Increase version magic due to changed ioctl interface: Slave port info, inplace I/O
authorMartin Troxler <martin.troxler@komaxgroup.com>
Fri, 07 May 2010 15:16:14 +0200
changeset 1986 314d0acc4b67
parent 1984 02c8728bf9e4
child 1987 f452c93f7723
Increase version magic due to changed ioctl interface: Slave port info, inplace I/O
master/ioctl.h
--- a/master/ioctl.h	Mon May 03 10:21:23 2010 +0200
+++ b/master/ioctl.h	Fri May 07 15:16:14 2010 +0200
@@ -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)