get_led
if (get_led("FAN8", FAULT_LED, value) != PICL_SUCCESS) {
if (get_led("FAN9", FAULT_LED, value) != PICL_SUCCESS) {
if (get_led(name, FAULT_LED, value) != PICL_SUCCESS) {
static int get_led(char *name, char *ptr, char *result);
return (get_led(name, ptr, (char *)result));