1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

Coding Style cleanup.

Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
Wolfgang Denk
2007-10-13 21:15:39 +02:00
parent 2885634d64
commit de74b9eeac
5 changed files with 194 additions and 22 deletions

View File

@@ -383,9 +383,9 @@ extern void __led_set (led_id_t mask, int state);
# include <asm/status_led.h>
#endif
/*
/*
* Coloured LEDs API
*/
*/
#ifndef __ASSEMBLY__
extern void coloured_LED_init (void);
extern void red_LED_on(void);