diff options
Diffstat (limited to 'hw')
-rw-r--r-- | hw/ipmi/ipmi-sel.c | 1 | ||||
-rw-r--r-- | hw/p8-i2c.c | 1 |
2 files changed, 2 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 diff --git a/hw/p8-i2c.c b/hw/p8-i2c.c index 23d54a0..3bf9678 100644 --- a/hw/p8-i2c.c +++ b/hw/p8-i2c.c @@ -28,6 +28,7 @@ #include <opal-msg.h> #include <errorlog.h> #include <centaur.h> +#include <debug_descriptor.h> DEFINE_LOG_ENTRY(OPAL_RC_I2C_INIT, OPAL_PLATFORM_ERR_EVT, OPAL_I2C, OPAL_IO_SUBSYSTEM, OPAL_PREDICTIVE_ERR_DEGRADED_PERF, |