Increase version magic due to changed ioctl interface: Slave port info, inplace I/O

This commit is contained in:
Martin Troxler 2010-05-07 15:16:14 +02:00
parent c2d9442c8d
commit 34d7a7360d
1 changed files with 1 additions and 1 deletions

View File

@ -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)