Skip to content
Snippets Groups Projects
Commit 611aee2b authored by Jeroen Hofstee's avatar Jeroen Hofstee Committed by Tom Rini
Browse files

ide: add missing prototype

parent 5b5ac645
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,7 @@ extern ulong ide_bus_offset[]; ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment