Incremented ioctl version magic to 33.

This commit is contained in:
Florian Pose 2024-01-18 10:37:27 +01:00
parent ff79ec3a59
commit 5c6e19981b
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
*
* Increment this when changing the ioctl interface!
*/
#define EC_IOCTL_VERSION_MAGIC 32
#define EC_IOCTL_VERSION_MAGIC 33
// Command-line tool
#define EC_IOCTL_MODULE EC_IOR(0x00, ec_ioctl_module_t)