diff options
author | Geoff Levand <geoffrey.levand@am.sony.com> | 2007-02-07 15:20:01 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-02-15 22:00:19 -0500 |
commit | fde5efd0e50e026f3f69629fc5790a4f0533dcaa (patch) | |
tree | 865d49e09e04691a9e66c5cb75f14862bee311ed /include/asm-powerpc | |
parent | ea1547d31153f8c3bdd32646f17d096d3108c838 (diff) |
[POWERPC] PS3: System manager support
Add PS3 system manager support and the ppc_md routines restart() and
power_off().
The system manager provides an event notification mechanism for reporting
events like thermal alert and button presses. It also provides support to
control system shutdown and startup.
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc')
-rw-r--r-- | include/asm-powerpc/ps3.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-powerpc/ps3.h b/include/asm-powerpc/ps3.h index a39d92f9022b..821581a8b643 100644 --- a/include/asm-powerpc/ps3.h +++ b/include/asm-powerpc/ps3.h | |||
@@ -370,6 +370,11 @@ struct ps3_vuart_port_device { | |||
370 | 370 | ||
371 | int ps3_vuart_port_device_register(struct ps3_vuart_port_device *dev); | 371 | int ps3_vuart_port_device_register(struct ps3_vuart_port_device *dev); |
372 | 372 | ||
373 | /* system manager */ | ||
374 | |||
375 | void ps3_sys_manager_restart(void); | ||
376 | void ps3_sys_manager_power_off(void); | ||
377 | |||
373 | struct ps3_prealloc { | 378 | struct ps3_prealloc { |
374 | const char *name; | 379 | const char *name; |
375 | void *address; | 380 | void *address; |