|
@@ -318,7 +318,6 @@ enum {
|
|
};
|
|
};
|
|
|
|
|
|
enum hsm_task_states {
|
|
enum hsm_task_states {
|
|
- HSM_ST_UNKNOWN, /* state unknown */
|
|
|
|
HSM_ST_IDLE, /* no command on going */
|
|
HSM_ST_IDLE, /* no command on going */
|
|
HSM_ST, /* (waiting the device to) transfer data */
|
|
HSM_ST, /* (waiting the device to) transfer data */
|
|
HSM_ST_LAST, /* (waiting the device to) complete command */
|
|
HSM_ST_LAST, /* (waiting the device to) complete command */
|