Subversion Repositories Kolibri OS

Rev

Rev 5056 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5056 Rev 6336
Line 5... Line 5...
5
 *
5
 *
6
 */
6
 */
Line 7... Line 7...
7
 
7
 
8
#ifndef _LINUX_BACKLIGHT_H
8
#ifndef _LINUX_BACKLIGHT_H
-
 
9
#define _LINUX_BACKLIGHT_H
-
 
10
 
-
 
11
#include 
-
 
12
#include 
9
#define _LINUX_BACKLIGHT_H
13
#include 
10
/* Notes on locking:
14
/* Notes on locking:
11
 *
15
 *
12
 * backlight_device->ops_lock is an internal backlight lock protecting the
16
 * backlight_device->ops_lock is an internal backlight lock protecting the
13
 * ops pointer and no code outside the core should need to touch it.
17
 * ops pointer and no code outside the core should need to touch it.