summaryrefslogtreecommitdiffstats
path: root/u-boot/board/goldelico/gta04/backlight.h
blob: 5c299d9b977b7546953780fd5e5e242b36b8b360 (plain)
1
2
3
4
5
6
7
#ifndef _BACKLIGHT_H
#define _BACKLIGHT_H

void backlight_set_level(int level);	// 0..255
int backlight_init(void);

#endif