[U-Boot] [PATCH 44/49] ide: add missing prototype
Jeroen Hofstee
jeroen at myspectrum.nl
Wed Oct 8 22:58:04 CEST 2014
Signed-off-by: Jeroen Hofstee <jeroen at myspectrum.nl>
---
include/ide.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/ide.h b/include/ide.h
index c2a48e0..d5e05e9 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
--
2.1.0
More information about the U-Boot
mailing list