mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 17:52:07 +02:00
ide: add missing prototype
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
This commit is contained in:
@@ -23,6 +23,7 @@ extern ulong ide_bus_offset[];
|
|||||||
#define LED_IDE2 0x02
|
#define LED_IDE2 0x02
|
||||||
#define DEVICE_LED(d) ((d & 2) | ((d & 2) == 0)) /* depends on bit positions! */
|
#define DEVICE_LED(d) ((d & 2) | ((d & 2) == 0)) /* depends on bit positions! */
|
||||||
|
|
||||||
|
void ide_led(uchar led, uchar status);
|
||||||
#endif /* CONFIG_IDE_LED */
|
#endif /* CONFIG_IDE_LED */
|
||||||
|
|
||||||
#ifdef CONFIG_SYS_64BIT_LBA
|
#ifdef CONFIG_SYS_64BIT_LBA
|
||||||
|
Reference in New Issue
Block a user