aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>2008-09-28 23:19:47 +0000
committerbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>2008-09-28 23:19:47 +0000
commit1ae26a18a33263330e1551abf5244d68f8aa825a (patch)
treeefe9cb15ccb80008e8de0f9612e8adf4bcf5e363 /qemu-common.h
parentRename -cpu atom to -cpu n270. (diff)
downloadqemu-kvm-1ae26a18a33263330e1551abf5244d68f8aa825a.tar.gz
qemu-kvm-1ae26a18a33263330e1551abf5244d68f8aa825a.tar.bz2
qemu-kvm-1ae26a18a33263330e1551abf5244d68f8aa825a.zip
Add a "null" bluetooth HCI and a header file for bluetooth.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5342 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-common.h')
-rw-r--r--qemu-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-common.h b/qemu-common.h
index 23d1444aa..07312235f 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;