summaryrefslogtreecommitdiffstats
path: root/include/ata_drive.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ata_drive.h')
-rw-r--r--include/ata_drive.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ata_drive.h b/include/ata_drive.h
index 4f8b6c05fd..049082f0ca 100644
--- a/include/ata_drive.h
+++ b/include/ata_drive.h
@@ -95,6 +95,7 @@ struct ata_port {
struct block_device blk;
uint16_t *id;
int initialized;
+ int probe;
};
int ide_port_register(struct device_d *, struct ata_ioports *);