diff options
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r-- | include/linux/libata.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 66dce58f1941..3ad2570f663b 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -388,6 +388,8 @@ struct ata_port { | |||
388 | struct ata_host_stats stats; | 388 | struct ata_host_stats stats; |
389 | struct ata_host_set *host_set; | 389 | struct ata_host_set *host_set; |
390 | 390 | ||
391 | struct work_struct port_task; | ||
392 | |||
391 | struct work_struct packet_task; | 393 | struct work_struct packet_task; |
392 | 394 | ||
393 | struct work_struct pio_task; | 395 | struct work_struct pio_task; |
@@ -515,6 +517,8 @@ extern int ata_ratelimit(void); | |||
515 | extern unsigned int ata_busy_sleep(struct ata_port *ap, | 517 | extern unsigned int ata_busy_sleep(struct ata_port *ap, |
516 | unsigned long timeout_pat, | 518 | unsigned long timeout_pat, |
517 | unsigned long timeout); | 519 | unsigned long timeout); |
520 | extern void ata_port_queue_task(struct ata_port *ap, void (*fn)(void *), | ||
521 | void *data, unsigned long delay); | ||
518 | 522 | ||
519 | /* | 523 | /* |
520 | * Default driver ops implementations | 524 | * Default driver ops implementations |