diff options
author | Stewart Smith <stewart@linux.ibm.com> | 2018-06-08 14:47:07 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.ibm.com> | 2018-06-18 22:13:43 -0500 |
commit | b1dee4a43dc3b10e89355964c8cd1f6e26447837 (patch) | |
tree | 34af57bd53fd0fcc2204d799c618b23d5d7d6176 /hw/ipmi | |
parent | 1839d2c714f825689ee61b66adb41726e2d14099 (diff) | |
download | skiboot-b1dee4a43dc3b10e89355964c8cd1f6e26447837.zip skiboot-b1dee4a43dc3b10e89355964c8cd1f6e26447837.tar.gz skiboot-b1dee4a43dc3b10e89355964c8cd1f6e26447837.tar.bz2 |
Split debug_descriptor out into own include file
We only touch it in limited places, let's simplify skiboot.h
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'hw/ipmi')
-rw-r--r-- | hw/ipmi/ipmi-sel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ipmi/ipmi-sel.c b/hw/ipmi/ipmi-sel.c index 466fcb2..54cc597 100644 --- a/hw/ipmi/ipmi-sel.c +++ b/hw/ipmi/ipmi-sel.c @@ -25,6 +25,7 @@ #include <errorlog.h> #include <pel.h> #include <opal-msg.h> +#include <debug_descriptor.h> /* OEM SEL fields */ #define SEL_OEM_ID_0 0x55 |