diff options
Diffstat (limited to 'include/skiboot.h')
-rw-r--r-- | include/skiboot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/skiboot.h b/include/skiboot.h index 689bbb1..a81198c 100644 --- a/include/skiboot.h +++ b/include/skiboot.h @@ -309,6 +309,7 @@ enum wakeup_engine_states { WAKEUP_ENGINE_FAILED }; extern enum wakeup_engine_states wakeup_engine_state; +extern bool has_deep_states; /* SLW reinit function for switching core settings */ extern int64_t slw_reinit(uint64_t flags); |