From: Jeroen Hofstee Date: Wed, 8 Oct 2014 20:58:04 +0000 (+0200) Subject: ide: add missing prototype X-Git-Tag: v2025.01-rc5-pxa1908~14459 X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=611aee2bb7ee5167a0f53235fc54cce335b0134b;p=u-boot.git ide: add missing prototype Signed-off-by: Jeroen Hofstee --- 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