aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorArnd Bergmann <arndb@de.ibm.com>2005-10-31 20:08:39 -0500
committerPaul Mackerras <paulus@samba.org>2005-11-01 21:02:59 +1100
commite9add2eeb182e2bf1863c548f7a8173c45b4b92f (patch)
tree25d7a07a37750f0956f1922dae624c6898ec8e1d /include
parent[PATCH] powerpc: create a new arch/powerpc/platforms/cell/smp.c (diff)
downloadlinux-dev-e9add2eeb182e2bf1863c548f7a8173c45b4b92f.tar.xz
linux-dev-e9add2eeb182e2bf1863c548f7a8173c45b4b92f.zip
[PATCH] powerpc: move rtas_fw.c out of platforms/pseries
Cell uses the same code as pSeries for flashing the firmware through rtas, so the implementation should not be part of platforms/pseries. Put it into arch/powerpc/kernel instead. Signed-off-by: Arnd Bergmann <arndb@de.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include')
-rw-r--r--include/asm-powerpc/rtas.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-powerpc/rtas.h b/include/asm-powerpc/rtas.h
index 2c050332471d..d9fd7866927f 100644
--- a/include/asm-powerpc/rtas.h
+++ b/include/asm-powerpc/rtas.h
@@ -171,6 +171,9 @@ struct flash_block_list_header { /* just the header of flash_block_list */
struct flash_block_list *next;
};
extern struct flash_block_list_header rtas_firmware_flash_list;
+void rtas_fw_restart(char *cmd);
+void rtas_fw_power_off(void);
+void rtas_fw_halt(void);
extern struct rtas_t rtas;