1 2 3 4 5 6 7
#ifndef _BACKLIGHT_H #define _BACKLIGHT_H void backlight_set_level(int level); // 0..255 int backlight_init(void); #endif