summaryrefslogtreecommitdiffstats
path: root/include/ide.h
diff options
context:
space:
mode:
authorJeroen Hofstee <jeroen@myspectrum.nl>2014-10-08 22:58:04 +0200
committerTom Rini <trini@ti.com>2014-10-25 15:27:37 -0400
commit611aee2bb7ee5167a0f53235fc54cce335b0134b (patch)
tree47a8ce855a6c965c345570f9ba1bbcc61331a58d /include/ide.h
parent5b5ac64560816ef9b731f8d66780ea959c8ee966 (diff)
downloadtalos-obmc-uboot-611aee2bb7ee5167a0f53235fc54cce335b0134b.tar.gz
talos-obmc-uboot-611aee2bb7ee5167a0f53235fc54cce335b0134b.zip
ide: add missing prototype
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Diffstat (limited to 'include/ide.h')
-rw-r--r--include/ide.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ide.h b/include/ide.h
index c2a48e0b37..d5e05e97cb 100644
--- a/include/ide.h
+++ b/include/ide.h
@@ -23,6 +23,7 @@ extern ulong ide_bus_offset[];
#define LED_IDE2 0x02
#define DEVICE_LED(d) ((d & 2) | ((d & 2) == 0)) /* depends on bit positions! */
+void ide_led(uchar led, uchar status);
#endif /* CONFIG_IDE_LED */
#ifdef CONFIG_SYS_64BIT_LBA
OpenPOWER on IntegriCloud