master/ioctl.h
branchstable-1.5
changeset 2529 c7e1f2616a9d
parent 2505 5ef3197e5e1f
child 2712 5d21d80777a6
--- a/master/ioctl.h	Thu Feb 14 11:17:33 2013 +0100
+++ b/master/ioctl.h	Mon May 13 20:21:19 2013 +0200
@@ -56,7 +56,7 @@
  *
  * Increment this when changing the ioctl interface!
  */
-#define EC_IOCTL_VERSION_MAGIC 27
+#define EC_IOCTL_VERSION_MAGIC 28
 
 // Command-line tool
 #define EC_IOCTL_MODULE                EC_IOR(0x00, ec_ioctl_module_t)
@@ -419,6 +419,7 @@
 typedef struct {
     // inputs
     uint16_t slave_position;
+    uint8_t emergency;
     uint16_t address;
     size_t size;
     uint8_t *data;