Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
508c4022
Commit
508c4022
authored
Oct 11, 2005
by
Paul Mackerras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
powerpc: Merged asm/backlight.h
Signed-off-by:
Paul Mackerras
<
paulus@samba.org
>
parent
20f62954
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
include/asm-powerpc/backlight.h
include/asm-powerpc/backlight.h
+5
-4
No files found.
include/asm-ppc/backlight.h
→
include/asm-p
ower
pc/backlight.h
View file @
508c4022
/*
* Routines for handling backlight control on PowerBooks
*
* For now, implementation resides in arch/ppc/kernel/pmac_support.c
* For now, implementation resides in
* arch/powerpc/platforms/powermac/pmac_support.c
*
*/
#ifndef __ASM_POWERPC_BACKLIGHT_H
#define __ASM_POWERPC_BACKLIGHT_H
#ifdef __KERNEL__
#ifndef __ASM_PPC_BACKLIGHT_H
#define __ASM_PPC_BACKLIGHT_H
/* Abstract values */
#define BACKLIGHT_OFF 0
...
...
@@ -26,5 +27,5 @@ extern int get_backlight_enable(void);
extern
int
set_backlight_level
(
int
level
);
extern
int
get_backlight_level
(
void
);
#endif
#endif
/* __KERNEL__ */
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment