diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-02-06 13:11:25 +1100 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-02-06 13:11:25 +1100 |
commit | d195fd680eac1044681fd265edfbf342888f4a93 (patch) | |
tree | 1c97fb792d7e478ab2f7c74e7d923f04372542ad /include/errorlog.h | |
parent | cf6b20d6caf159da1dfad978824f817675a9c538 (diff) | |
download | talos-skiboot-d195fd680eac1044681fd265edfbf342888f4a93.tar.gz talos-skiboot-d195fd680eac1044681fd265edfbf342888f4a93.zip |
Move skiboot internal things from opal.h to opal-api.h
This is probably not the best collection of things in the world,
but it means that opal.h is much closer to being directly usable
by an OS.
This triggers a bunch of #include fixes throughout the tree.
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include/errorlog.h')
-rw-r--r-- | include/errorlog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/errorlog.h b/include/errorlog.h index 7879b7b9..f44e9b8e 100644 --- a/include/errorlog.h +++ b/include/errorlog.h @@ -17,6 +17,7 @@ #ifndef __ERRORLOG_H #define __ERRORLOG_H +#include <compiler.h> #include <opal.h> #include <stdint.h> #include <ccan/list/list.h> |