summaryrefslogtreecommitdiff
path: root/drivers/video/backlight/wmt_bl.h
blob: a25117b9d4065ad3ebf0d3f997be1e6d269d8f94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _LINUX_WMT_BL_H
#define _LINUX_WMT_BL_H


/* Backlight close or open events */
#define BL_CLOSE	0x0001 /* Close the backlight */
#define BL_OPEN		0x0002 /* Open the backlight */

//extern int bl_notifier_call_chain(unsigned long val);

#endif