master/fsm.h
changeset 397 c5d2fb08e43f
parent 344 5d8281f1aa2a
child 398 ff37601361a8
--- a/master/fsm.h	Mon Oct 16 08:03:28 2006 +0000
+++ b/master/fsm.h	Mon Oct 16 09:07:49 2006 +0000
@@ -72,6 +72,7 @@
     unsigned int sii_mode; /**< SII reading done by APRD (0) or NPRD (1) */
     uint8_t sii_value[4]; /**< raw SII value (32bit) */
     cycles_t sii_start; /**< sii start */
+    uint8_t sii_check_once_more; /**< do one more check in case of timeout */
 
     void (*change_state)(ec_fsm_t *); /**< slave state change state function */
     ec_slave_state_t change_new; /**< input: new state */