From 5ef4efa426d69643d51fc98afcee662bef6a2839 Mon Sep 17 00:00:00 2001 From: aurel32 Date: Tue, 10 Mar 2009 21:43:35 +0000 Subject: 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 Signed-off-by: Aurelien Jarno git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6809 c046a42c-6fe2-441c-8c8c-71466251a162 --- bt-host.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bt-host.h (limited to 'bt-host.h') 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 -- cgit v1.2.3-65-gdbad