1 2 3 4 5 6 7
#ifndef BACKLIGHT_H #define BACKLIGHT_H void backlight_on(void); void backlight_off(void); #endif