mirror of https://github.com/xemu-project/xemu.git
smc: Include block_int-io.h
This commit is contained in:
parent
6ae60ffed9
commit
83e91385b7
|
@ -37,6 +37,7 @@
|
|||
#include "smbus.h"
|
||||
#include "sysemu/runstate.h"
|
||||
#include "hw/qdev-properties.h"
|
||||
#include "block/block_int-io.h"
|
||||
|
||||
#define TYPE_XBOX_SMC "smbus-xbox-smc"
|
||||
#define XBOX_SMC(obj) OBJECT_CHECK(SMBusSMCDevice, (obj), TYPE_XBOX_SMC)
|
||||
|
|
Loading…
Reference in New Issue