diff options
Diffstat (limited to 'include/backlight.h')
-rw-r--r-- | include/backlight.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/backlight.h b/include/backlight.h index ac59eb293b4..b44da50bc30 100644 --- a/include/backlight.h +++ b/include/backlight.h @@ -7,6 +7,8 @@ #ifndef _BACKLIGHT_H #define _BACKLIGHT_H +struct udevice; + enum { BACKLIGHT_MAX = 100, BACKLIGHT_MIN = 0, |