master/ioctl.h
changeset 1148 1762296870bd
parent 1147 0eac1ee8512a
child 1183 d77f634ab0b5
--- a/master/ioctl.h	Fri Jul 25 08:54:59 2008 +0000
+++ b/master/ioctl.h	Fri Jul 25 09:08:12 2008 +0000
@@ -115,7 +115,7 @@
     ec_sii_coe_details_t coe_details;
     ec_sii_general_flags_t general_flags;
     int16_t current_on_ebus;
-    uint8_t state;
+    uint8_t al_state;
     uint8_t error_flag;
     uint8_t sync_count;
     uint16_t sdo_count;
@@ -216,7 +216,7 @@
 typedef struct {
     // inputs
 	uint16_t slave_position;
-    uint8_t requested_state;
+    uint8_t al_state;
 } ec_ioctl_slave_state_t;
 
 /*****************************************************************************/