aboutsummaryrefslogtreecommitdiff
path: root/include/skiboot.h
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2018-09-18 00:27:40 -0500
committerStewart Smith <stewart@linux.ibm.com>2018-09-18 00:27:40 -0500
commit7c8e1c6f89f3aac77661cfcee75ab515bd053d75 (patch)
treee7375ea5d8799ce62299a2d9b39f4f6c760ef4c7 /include/skiboot.h
parentc94de0277cf6060c546645f096882db1ca2aacae (diff)
downloadskiboot-7c8e1c6f89f3aac77661cfcee75ab515bd053d75.zip
skiboot-7c8e1c6f89f3aac77661cfcee75ab515bd053d75.tar.gz
skiboot-7c8e1c6f89f3aac77661cfcee75ab515bd053d75.tar.bz2
Add fast-reboot property to /ibm,opal DT node
this means that if it's permanently disabled on boot, the test suite can pick that up and not try a fast reboot test. Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'include/skiboot.h')
-rw-r--r--include/skiboot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/skiboot.h b/include/skiboot.h
index f2818b1..b395911 100644
--- a/include/skiboot.h
+++ b/include/skiboot.h
@@ -182,6 +182,7 @@ extern int64_t opal_signal_system_reset(int cpu_nr);
/* Fast reboot support */
extern void disable_fast_reboot(const char *reason);
+extern void add_fast_reboot_dt_entries(void);
extern void fast_reboot(void);
extern void __noreturn __secondary_cpu_entry(void);
extern void __noreturn load_and_boot_kernel(bool is_reboot);