backlight.h 115 B

1234567
  1. #ifndef __BACKLIGHT_H__
  2. #define __BACKLIGHT_H__
  3. int backlight_init(void);
  4. void backlight_exit(void);
  5. #endif