Increase ioctl() version magic to 35.

This commit is contained in:
Florian Pose 2024-02-01 13:05:55 +01:00
parent 762bb01ff9
commit 038f732543
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 34
#define EC_IOCTL_VERSION_MAGIC 35
// Command-line tool
#define EC_IOCTL_MODULE EC_IOR(0x00, ec_ioctl_module_t)