X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fide.h;h=d5e05e97cb2fb12dc68794a2f1032eb366c79f18;hb=11534561af85a9d6a0b54168dcdee6b51c31de84;hp=c2a48e0b37853bedfcf36ed9640bf4d850778084;hpb=288afdc9b97f00fa8422ea065e135f8423441cd7;p=karo-tx-uboot.git 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