diff options
Diffstat (limited to 'include/status_led.h')
-rw-r--r-- | include/status_led.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/status_led.h b/include/status_led.h index c1fb7f3..5a33e31 100644 --- a/include/status_led.h +++ b/include/status_led.h @@ -321,6 +321,10 @@ void status_led_set (int led, int state); #endif /************************************************************************/ +#ifndef CONFIG_BOARD_SPECIFIC_LED +# include <asm/status_led.h> +#endif + #endif /* CONFIG_STATUS_LED */ #endif /* _STATUS_LED_H_ */ |