aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/libata.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r--include/linux/libata.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h
index ceee1fc42c60..bb2d916bce44 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -156,15 +156,15 @@ enum {
156 ATA_SHIFT_PIO = 11, 156 ATA_SHIFT_PIO = 11,
157}; 157};
158 158
159enum pio_task_states { 159enum hsm_task_states {
160 PIO_ST_UNKNOWN, 160 HSM_ST_UNKNOWN,
161 PIO_ST_IDLE, 161 HSM_ST_IDLE,
162 PIO_ST_POLL, 162 HSM_ST_POLL,
163 PIO_ST_TMOUT, 163 HSM_ST_TMOUT,
164 PIO_ST, 164 HSM_ST,
165 PIO_ST_LAST, 165 HSM_ST_LAST,
166 PIO_ST_LAST_POLL, 166 HSM_ST_LAST_POLL,
167 PIO_ST_ERR, 167 HSM_ST_ERR,
168}; 168};
169 169
170/* forward declarations */ 170/* forward declarations */
@@ -319,7 +319,7 @@ struct ata_port {
319 struct work_struct packet_task; 319 struct work_struct packet_task;
320 320
321 struct work_struct pio_task; 321 struct work_struct pio_task;
322 unsigned int pio_task_state; 322 unsigned int hsm_task_state;
323 unsigned long pio_task_timeout; 323 unsigned long pio_task_timeout;
324 324
325 void *private_data; 325 void *private_data;