1
0
Fork 0

ide: add missing prototype

Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
utp
Jeroen Hofstee 2014-10-08 22:58:04 +02:00 committed by Tom Rini
parent 5b5ac64560
commit 611aee2bb7
1 changed files with 1 additions and 0 deletions

View File

@ -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