Increase version magic due to changed ioctl interface: Slave port info, inplace I/O
This commit is contained in:
parent
c2d9442c8d
commit
34d7a7360d
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue