diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-03-10 21:43:35 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-03-10 21:43:35 +0000 |
commit | 5ef4efa426d69643d51fc98afcee662bef6a2839 (patch) | |
tree | 627f4b36b46f27dabbea6b8b3d9d21bcd38b2ea9 /bt-host.h | |
parent | tcg-arm: fix qemu_ld64 (diff) | |
download | qemu-kvm-5ef4efa426d69643d51fc98afcee662bef6a2839.tar.gz qemu-kvm-5ef4efa426d69643d51fc98afcee662bef6a2839.tar.bz2 qemu-kvm-5ef4efa426d69643d51fc98afcee662bef6a2839.zip |
Clean build: Add bt-host.h
Silence compiler warning by providing proper CONFIG_BLUEZ-independent
header for the bt-host API.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6809 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'bt-host.h')
-rw-r--r-- | bt-host.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bt-host.h b/bt-host.h new file mode 100644 index 000000000..f1eff65f4 --- /dev/null +++ b/bt-host.h @@ -0,0 +1,9 @@ +#ifndef BT_HOST_H +#define BT_HOST_H + +struct HCIInfo; + +/* bt-host.c */ +struct HCIInfo *bt_host_hci(const char *id); + +#endif |