forked from luck/tmp_suning_uos_patched
powerpc: Merged asm/backlight.h
Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
20f629549b
commit
508c40227c
|
@ -1,12 +1,13 @@
|
||||||
/*
|
/*
|
||||||
* Routines for handling backlight control on PowerBooks
|
* 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__
|
#ifdef __KERNEL__
|
||||||
#ifndef __ASM_PPC_BACKLIGHT_H
|
|
||||||
#define __ASM_PPC_BACKLIGHT_H
|
|
||||||
|
|
||||||
/* Abstract values */
|
/* Abstract values */
|
||||||
#define BACKLIGHT_OFF 0
|
#define BACKLIGHT_OFF 0
|
||||||
|
@ -26,5 +27,5 @@ extern int get_backlight_enable(void);
|
||||||
extern int set_backlight_level(int level);
|
extern int set_backlight_level(int level);
|
||||||
extern int get_backlight_level(void);
|
extern int get_backlight_level(void);
|
||||||
|
|
||||||
#endif
|
|
||||||
#endif /* __KERNEL__ */
|
#endif /* __KERNEL__ */
|
||||||
|
#endif
|
Loading…
Reference in New Issue
Block a user