#ifndef __BACKLIGHT_H__ #define __BACKLIGHT_H__ int backlight_init(void); void backlight_exit(void); #endif