@ -87,22 +87,22 @@ extern void rtl8019_get_enetaddr (uchar * addr);
inline void __coloured_LED_init ( void ) { }
void coloured_LED_init ( void )
__attribute__ ( ( weak , alias ( " __coloured_LED_init " ) ) ) ;
inline void __red_LED _on ( void ) { }
void red_LED _on ( void ) __attribute__ ( ( weak , alias ( " __red_LED _on " ) ) ) ;
inline void __red_LED _off ( void ) { }
void red_LED _off ( void ) __attribute__ ( ( weak , alias ( " __red_LED _off " ) ) ) ;
inline void __green_LED _on ( void ) { }
void green_LED _on ( void ) __attribute__ ( ( weak , alias ( " __green_LED _on " ) ) ) ;
inline void __green_LED _off ( void ) { }
void green_LED _off ( void ) __attribute__ ( ( weak , alias ( " __green_LED _off " ) ) ) ;
inline void __yellow_LED _on ( void ) { }
void yellow_LED _on ( void ) __attribute__ ( ( weak , alias ( " __yellow_LED _on " ) ) ) ;
inline void __yellow_LED _off ( void ) { }
void yellow_LED _off ( void ) __attribute__ ( ( weak , alias ( " __yellow_LED _off " ) ) ) ;
inline void __blue_LED _on ( void ) { }
void blue_LED _on ( void ) __attribute__ ( ( weak , alias ( " __blue_LED _on " ) ) ) ;
inline void __blue_LED _off ( void ) { }
void blue_LED _off ( void ) __attribute__ ( ( weak , alias ( " __blue_LED _off " ) ) ) ;
inline void __red_led _on ( void ) { }
void red_led _on ( void ) __attribute__ ( ( weak , alias ( " __red_led _on " ) ) ) ;
inline void __red_led _off ( void ) { }
void red_led _off ( void ) __attribute__ ( ( weak , alias ( " __red_led _off " ) ) ) ;
inline void __green_led _on ( void ) { }
void green_led _on ( void ) __attribute__ ( ( weak , alias ( " __green_led _on " ) ) ) ;
inline void __green_led _off ( void ) { }
void green_led _off ( void ) __attribute__ ( ( weak , alias ( " __green_led _off " ) ) ) ;
inline void __yellow_led _on ( void ) { }
void yellow_led _on ( void ) __attribute__ ( ( weak , alias ( " __yellow_led _on " ) ) ) ;
inline void __yellow_led _off ( void ) { }
void yellow_led _off ( void ) __attribute__ ( ( weak , alias ( " __yellow_led _off " ) ) ) ;
inline void __blue_led _on ( void ) { }
void blue_led _on ( void ) __attribute__ ( ( weak , alias ( " __blue_led _on " ) ) ) ;
inline void __blue_led _off ( void ) { }
void blue_led _off ( void ) __attribute__ ( ( weak , alias ( " __blue_led _off " ) ) ) ;
/*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *