X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=qemu-common.h;h=fdc367997dce8e7ff23ed6dcfea06846159e6a20;hb=3a2eeac0c9033e30b19d88465c9561f982e9e6d0;hp=ee4a672694958ae8d469312b123ab9244307d181;hpb=55616505876d6683130076b810a27c7889321560;p=qemu diff --git a/qemu-common.h b/qemu-common.h index ee4a672..fdc3679 100644 --- a/qemu-common.h +++ b/qemu-common.h @@ -182,6 +182,8 @@ typedef struct PCMCIACardState PCMCIACardState; typedef struct MouseTransformInfo MouseTransformInfo; typedef struct uWireSlave uWireSlave; typedef struct I2SCodec I2SCodec; +typedef struct DeviceState DeviceState; +typedef struct SSIBus SSIBus; /* CPU save/load. */ void cpu_save(QEMUFile *f, void *opaque); @@ -221,6 +223,8 @@ void qemu_iovec_from_buffer(QEMUIOVector *qiov, const void *buf, size_t count); struct Monitor; typedef struct Monitor Monitor; +#include "module.h" + #endif /* dyngen-exec.h hack */ #endif