#ifndef BACKLIGHT_H
#define BACKLIGHT_H


namespace Backlight {
void lower();
void restore();
void set(int level);
}

#endif // BACKLIGHT_H