get_latch_u5
extern unsigned char get_latch_u5(void);
EXPORT_SYMBOL(get_latch_u5);
return (get_latch_u5() & LO_ULED) ? LED_FULL : LED_OFF;