diff options
Diffstat (limited to 'apps/plugins/lib')
-rw-r--r-- | apps/plugins/lib/helper.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/plugins/lib/helper.h b/apps/plugins/lib/helper.h index e59325d5d9..6aee4dc581 100644 --- a/apps/plugins/lib/helper.h +++ b/apps/plugins/lib/helper.h | |||
@@ -23,6 +23,16 @@ | |||
23 | 23 | ||
24 | #include "plugin.h" | 24 | #include "plugin.h" |
25 | 25 | ||
26 | #ifndef MAX_BRIGHTNESS_SETTING | ||
27 | #define MAX_BRIGHTNESS_SETTING 0 | ||
28 | #endif | ||
29 | #ifndef MIN_BRIGHTNESS_SETTING | ||
30 | #define MIN_BRIGHTNESS_SETTING 0 | ||
31 | #endif | ||
32 | #ifndef DEFAULT_BRIGHTNESS_SETTING | ||
33 | #define DEFAULT_BRIGHTNESS_SETTING 0 | ||
34 | #endif | ||
35 | |||
26 | int talk_val(long n, int unit, bool enqueue); | 36 | int talk_val(long n, int unit, bool enqueue); |
27 | 37 | ||
28 | /** | 38 | /** |