#ifndef BACKLIGHT_H #define BACKLIGHT_H void backlight_on(void); void backlight_off(void); #endif