X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=qemu-common.h;h=07312235f77396428b7eb83651295a6db1801998;hb=1ae26a18a33263330e1551abf5244d68f8aa825a;hp=23d1444aa27f66321ff08608c2781608ca4975a7;hpb=c0d82995d8878674ed1000d2edcacf23c9883bf1;p=qemu diff --git a/qemu-common.h b/qemu-common.h index 23d1444..0731223 100644 --- a/qemu-common.h +++ b/qemu-common.h @@ -116,6 +116,7 @@ typedef int (*DMA_transfer_handler) (void *opaque, int nchan, int pos, int size) /* A load of opaque types so that device init declarations don't have to pull in all the real definitions. */ typedef struct NICInfo NICInfo; +typedef struct HCIInfo HCIInfo; typedef struct AudioState AudioState; typedef struct BlockDriverState BlockDriverState; typedef struct DisplayState DisplayState;