master/ioctl.h
branchstable-1.5
changeset 2435 4151f6f4c3e1
parent 2434 fa52128477f6
child 2438 9c3e629a220c
--- a/master/ioctl.h	Thu Oct 04 10:07:52 2012 +0200
+++ b/master/ioctl.h	Tue Oct 09 09:52:50 2012 +0200
@@ -56,7 +56,7 @@
  *
  * Increment this when changing the ioctl interface!
  */
-#define EC_IOCTL_VERSION_MAGIC 19
+#define EC_IOCTL_VERSION_MAGIC 20
 
 // Command-line tool
 #define EC_IOCTL_MODULE                EC_IOR(0x00, ec_ioctl_module_t)
@@ -528,6 +528,7 @@
     uint8_t subindex;
     uint32_t size;
     uint8_t data[EC_MAX_SDO_DATA_SIZE];
+    uint8_t complete_access;
 } ec_ioctl_config_sdo_t;
 
 /*****************************************************************************/