diff options
author | Geoff Levand <geoffrey.levand@am.sony.com> | 2008-03-26 20:39:04 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-04-01 05:43:08 -0400 |
commit | 1c43d265f462bc714da67aa8113b3846bb9943e3 (patch) | |
tree | 5bb7d2f1bef9dca7ee917a986e505cedde9b6039 /include/asm-powerpc/ps3.h | |
parent | ca052f7924141f34998ab440bb4d908dc021a46b (diff) |
[POWERPC] PS3: Sys-manager Wake-on-LAN support
Add Wake-on-LAN support to the PS3 system-manager. Other OS WOL
support was introduced in PS3 system firmware 2.20.
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc/ps3.h')
-rw-r--r-- | include/asm-powerpc/ps3.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-powerpc/ps3.h b/include/asm-powerpc/ps3.h index d01c701bd27b..9e8ed6824e15 100644 --- a/include/asm-powerpc/ps3.h +++ b/include/asm-powerpc/ps3.h | |||
@@ -437,6 +437,8 @@ void ps3_sys_manager_register_ops(const struct ps3_sys_manager_ops *ops); | |||
437 | void __noreturn ps3_sys_manager_power_off(void); | 437 | void __noreturn ps3_sys_manager_power_off(void); |
438 | void __noreturn ps3_sys_manager_restart(void); | 438 | void __noreturn ps3_sys_manager_restart(void); |
439 | void __noreturn ps3_sys_manager_halt(void); | 439 | void __noreturn ps3_sys_manager_halt(void); |
440 | int ps3_sys_manager_get_wol(void); | ||
441 | void ps3_sys_manager_set_wol(int state); | ||
440 | 442 | ||
441 | struct ps3_prealloc { | 443 | struct ps3_prealloc { |
442 | const char *name; | 444 | const char *name; |