Subversion Repositories Kolibri OS

Rev

Rev 6336 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6336 Rev 6936
Line 9... Line 9...
9
#define _LINUX_BACKLIGHT_H
9
#define _LINUX_BACKLIGHT_H
Line 10... Line 10...
10
 
10
 
11
#include 
11
#include 
12
#include 
12
#include 
-
 
13
#include 
-
 
14
#include 
13
#include 
15
 
14
/* Notes on locking:
16
/* Notes on locking:
15
 *
17
 *
16
 * backlight_device->ops_lock is an internal backlight lock protecting the
18
 * backlight_device->ops_lock is an internal backlight lock protecting the
17
 * ops pointer and no code outside the core should need to touch it.
19
 * ops pointer and no code outside the core should need to touch it.
Line 41... Line 43...
41
enum backlight_notification {
43
enum backlight_notification {
42
	BACKLIGHT_REGISTERED,
44
	BACKLIGHT_REGISTERED,
43
	BACKLIGHT_UNREGISTERED,
45
	BACKLIGHT_UNREGISTERED,
44
};
46
};
Line -... Line 47...
-
 
47
 
-
 
48
struct backlight_device;
45
 
49
struct fb_info;