diff -r 98e1e773bed0 -r 5144a4bc6184 master/ioctl.h --- a/master/ioctl.h Mon Oct 24 10:47:36 2011 +0200 +++ b/master/ioctl.h Mon Oct 24 10:49:27 2011 +0200 @@ -1,6 +1,6 @@ /****************************************************************************** * - * $Id$ + * $Id: ioctl.h,v 8b358effa78b 2011/03/14 10:20:05 ch1010277 $ * * Copyright (C) 2006-2008 Florian Pose, Ingenieurgemeinschaft IgH * @@ -56,7 +56,7 @@ * * Increment this when changing the ioctl interface! */ -#define EC_IOCTL_VERSION_MAGIC 12 +#define EC_IOCTL_VERSION_MAGIC 13 // Command-line tool #define EC_IOCTL_MODULE EC_IOR(0x00, ec_ioctl_module_t) @@ -372,6 +372,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;