-/*
- * Description:
- * Config LED controller.
- * Input:
- * param --- struct led_config_param*, the members are listed below:
- * operation_mask - Select operations to be performed
- * led - LED to change update source
- * source - Corresponding update source
- * blink_mask - LEDs to set blink mode
- * blink - Set to blink mode or normal mode
- * update_clock - Select the source of update clock
- * fpid - If FPI is the source of update clock, set the divider
- * store_mode - Set clock mode or single pulse mode for store signal
- * fpis - If FPI is the source of shift clock, set the divider
- * data_offset - Set cycles to be inserted before data is transmitted
- * number_of_enabled_led - Total number of LED to be enabled
- * data_mask - LEDs to set value
- * data - Corresponding value
- * mips0_access_mask - LEDs to set access right
- * mips0_access; - 1: the corresponding data is output from MIPS0, 0: MIPS1
- * f_data_clock_on_rising - 1: data clock on rising edge, 0: data clock on falling edge
- * Output:
- * int --- 0: Success
- * else: Error Code
- */
-int danube_led_config(struct led_config_param* param)