master/ioctl.h
branchstable-1.5
changeset 2124 c4afc5fede19
parent 2009 b5391b329b5d
child 2158 69f2b2702336
--- a/master/ioctl.h	Mon Oct 24 10:47:36 2011 +0200
+++ b/master/ioctl.h	Mon Oct 24 10:49:27 2011 +0200
@@ -56,7 +56,7 @@
  *
  * Increment this when changing the ioctl interface!
  */
-#define EC_IOCTL_VERSION_MAGIC 11
+#define EC_IOCTL_VERSION_MAGIC 12
 
 // Command-line tool
 #define EC_IOCTL_MODULE                EC_IOR(0x00, ec_ioctl_module_t)
@@ -368,6 +368,7 @@
     uint16_t slave_position;
     uint16_t sdo_index;
     uint8_t sdo_entry_subindex;
+    uint8_t complete_access;
     uint32_t data_size;
     uint8_t *data;