# HG changeset patch # User Martin Troxler # Date 1273238174 -7200 # Node ID 314d0acc4b675ecdab3b18accf73b7ad0c17bf7e # Parent 02c8728bf9e48c7e036d3710c2e244fe2c7cd686 Increase version magic due to changed ioctl interface: Slave port info, inplace I/O diff -r 02c8728bf9e4 -r 314d0acc4b67 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)