summaryrefslogtreecommitdiff
path: root/utils/nwztools/plattools/nwz_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/nwztools/plattools/nwz_lib.h')
-rw-r--r--utils/nwztools/plattools/nwz_lib.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/nwztools/plattools/nwz_lib.h b/utils/nwztools/plattools/nwz_lib.h
index df0105a13d..9e7b8f16c2 100644
--- a/utils/nwztools/plattools/nwz_lib.h
+++ b/utils/nwztools/plattools/nwz_lib.h
@@ -85,6 +85,9 @@ void nwz_fb_close(int fb);
85int nwz_fb_get_brightness(int fd, struct nwz_fb_brightness *bl); 85int nwz_fb_get_brightness(int fd, struct nwz_fb_brightness *bl);
86/* set backlight brightness (return -1 on error, 1 on success) */ 86/* set backlight brightness (return -1 on error, 1 on success) */
87int nwz_fb_set_brightness(int fd, struct nwz_fb_brightness *bl); 87int nwz_fb_set_brightness(int fd, struct nwz_fb_brightness *bl);
88/* setup framebuffer to its standard mode: LCD output, page 0, no transparency
89 * and no rotation, 2D only updates */
90int nwz_fb_set_standard_mode(int fd);
88 91
89/* open adc device */ 92/* open adc device */
90int nwz_adc_open(void); 93int nwz_adc_open(void);