summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-04-06 09:35:23 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-04-11 11:48:35 +0200
commitf3b911c82032d718e937bc5b0e80b61097fe5073 (patch)
treee748fd3a347f7e842135ebb2c92f9959591b0b9e /include
parentfff0e0f741875f464b5b023f520a03df75193a76 (diff)
downloadbarebox-f3b911c82032d718e937bc5b0e80b61097fe5073.tar.gz
barebox-f3b911c82032d718e937bc5b0e80b61097fe5073.tar.xz
ata: Use dev_add_param_bool for probe parameter
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include')
-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 *);