aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2015-09-10 13:51:13 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-09-10 13:53:15 +1000
commit410c036927e4510f4ca82fb96db79354836ad6de (patch)
tree8ce5fe42b2182812786780e12b85296d087440ef /include
parent1d31ae31aabae692484dc8c2e78f84dfa06aee99 (diff)
downloadskiboot-410c036927e4510f4ca82fb96db79354836ad6de.zip
skiboot-410c036927e4510f4ca82fb96db79354836ad6de.tar.gz
skiboot-410c036927e4510f4ca82fb96db79354836ad6de.tar.bz2
move enum ipl_state to hw/fsp/fsp.c
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include')
-rw-r--r--include/skiboot.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/skiboot.h b/include/skiboot.h
index 2ec3e7a..8788add 100644
--- a/include/skiboot.h
+++ b/include/skiboot.h
@@ -117,16 +117,6 @@ void _prlog(int log_level, const char* fmt, ...) __attribute__((format (printf,
/* Location codes -- at most 80 chars with null termination */
#define LOC_CODE_SIZE 80
-enum ipl_state {
- ipl_initial = 0x00000000,
- ipl_opl_sent = 0x00000001,
- ipl_got_continue = 0x00000002,
- ipl_got_new_role = 0x00000004,
- ipl_got_caps = 0x00000008,
- ipl_got_fsp_functional = 0x00000010
-};
-extern enum ipl_state ipl_state;
-
/* Processor generation */
enum proc_gen {
proc_gen_unknown,