aboutsummaryrefslogtreecommitdiff
path: root/include/fsp.h
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2019-06-18 17:29:09 +1000
committerStewart Smith <stewart@linux.ibm.com>2019-06-24 15:59:07 +1000
commitbad74d247bcc8d06460fb1ea13d8413a69497344 (patch)
tree5b391e666c6d4ffbd76f4f22790b139e3de0050c /include/fsp.h
parentd615b964a94644a7483b019360e670e78c6ea08f (diff)
downloadskiboot-bad74d247bcc8d06460fb1ea13d8413a69497344.zip
skiboot-bad74d247bcc8d06460fb1ea13d8413a69497344.tar.gz
skiboot-bad74d247bcc8d06460fb1ea13d8413a69497344.tar.bz2
op_display: make platform function rather than "FSP" specific
We have an implementation for non-FSP systems now, and we shouldn't be calling that from code in an fsp/ directory, so move op_display() to a platform function. Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'include/fsp.h')
-rw-r--r--include/fsp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fsp.h b/include/fsp.h
index cfa51af..0df7f93 100644
--- a/include/fsp.h
+++ b/include/fsp.h
@@ -853,4 +853,6 @@ extern void fsp_chiptod_init(void);
/* Terminate immediate */
extern void __attribute__((noreturn)) ibm_fsp_terminate(const char *msg);
+void fsp_op_display(enum op_severity sev, enum op_module mod, uint16_t code);
+
#endif /* __FSP_H */