summaryrefslogtreecommitdiffstats
path: root/include/skiboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/skiboot.h')
-rw-r--r--include/skiboot.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/skiboot.h b/include/skiboot.h
index a32af6a5..db913258 100644
--- a/include/skiboot.h
+++ b/include/skiboot.h
@@ -315,7 +315,9 @@ extern void fast_sleep_exit(void);
extern void fake_rtc_init(void);
/* Assembly in head.S */
-extern void enter_pm_state(bool winkle);
+extern void enter_p8_pm_state(bool winkle);
+extern void enter_p9_pm_state(uint64_t psscr);
+extern void enter_p9_pm_lite_state(uint64_t psscr);
extern uint32_t reset_patch_start;
extern uint32_t reset_patch_end;
OpenPOWER on IntegriCloud