#ifndef BACKLIGHT_H
#define BACKLIGHT_H
void lcd_backlight_update_reg();
void lcd_backlight_update(int);
void kbd_backlight_update(int);
#endif