aboutsummaryrefslogtreecommitdiff
path: root/include/cpu.h
diff options
context:
space:
mode:
authorRobert Lippert <rlippert@google.com>2017-11-20 11:40:52 +0530
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-11-20 20:36:07 -0600
commitc5cf392b75dceee478a2e73012bbcf3b439fc0c1 (patch)
tree9f5900234687f02bdf5361491d75c7cf726cf49f /include/cpu.h
parent27c35b967a84788a45260579802b8ffa66ed05e8 (diff)
downloadskiboot-c5cf392b75dceee478a2e73012bbcf3b439fc0c1.zip
skiboot-c5cf392b75dceee478a2e73012bbcf3b439fc0c1.tar.gz
skiboot-c5cf392b75dceee478a2e73012bbcf3b439fc0c1.tar.bz2
core/direct-controls: add function to read core gated state
Change-Id: Ib534503f2528de4d8b1633d9859ae9ff5d010f98 Signed-off-by: Robert Lippert <rlippert@google.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include/cpu.h')
-rw-r--r--include/cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cpu.h b/include/cpu.h
index d4b7a42..5db4ccb 100644
--- a/include/cpu.h
+++ b/include/cpu.h
@@ -297,5 +297,6 @@ extern void cpu_fast_reboot_complete(void);
int dctl_set_special_wakeup(struct cpu_thread *t);
int dctl_clear_special_wakeup(struct cpu_thread *t);
+int dctl_core_is_gated(struct cpu_thread *t);
#endif /* __CPU_H */