#ifndef BRIGHTNESS_CONTROL_H #define BRIGHTNESS_CONTROL_H int adjust_brightness(int value); #endif