qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [6809] Clean build: Add bt-host.h
@ 2009-03-10 21:43 Aurelien Jarno
  0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2009-03-10 21:43 UTC (permalink / raw)
  To: qemu-devel

Revision: 6809
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6809
Author:   aurel32
Date:     2009-03-10 21:43:35 +0000 (Tue, 10 Mar 2009)
Log Message:
-----------
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>

Modified Paths:
--------------
    trunk/bt-host.c
    trunk/hw/bt.h
    trunk/vl.c

Added Paths:
-----------
    trunk/bt-host.h

Modified: trunk/bt-host.c
===================================================================
--- trunk/bt-host.c	2009-03-10 21:43:25 UTC (rev 6808)
+++ trunk/bt-host.c	2009-03-10 21:43:35 UTC (rev 6809)
@@ -22,6 +22,7 @@
 #include "qemu-char.h"
 #include "sysemu.h"
 #include "net.h"
+#include "bt-host.h"
 
 #ifndef _WIN32
 # include <errno.h>

Added: trunk/bt-host.h
===================================================================
--- trunk/bt-host.h	                        (rev 0)
+++ trunk/bt-host.h	2009-03-10 21:43:35 UTC (rev 6809)
@@ -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

Modified: trunk/hw/bt.h
===================================================================
--- trunk/hw/bt.h	2009-03-10 21:43:25 UTC (rev 6808)
+++ trunk/hw/bt.h	2009-03-10 21:43:35 UTC (rev 6809)
@@ -112,9 +112,6 @@
 /* bt-hci.c */
 struct HCIInfo *bt_new_hci(struct bt_scatternet_s *net);
 
-/* bt-host.c */
-struct HCIInfo *bt_host_hci(const char *id);
-
 /* bt-vhci.c */
 void bt_vhci_init(struct HCIInfo *info);
 

Modified: trunk/vl.c
===================================================================
--- trunk/vl.c	2009-03-10 21:43:25 UTC (rev 6808)
+++ trunk/vl.c	2009-03-10 21:43:35 UTC (rev 6809)
@@ -138,6 +138,7 @@
 #include "hw/isa.h"
 #include "hw/baum.h"
 #include "hw/bt.h"
+#include "bt-host.h"
 #include "net.h"
 #include "monitor.h"
 #include "console.h"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-10 21:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-10 21:43 [Qemu-devel] [6809] Clean build: Add bt-host.h Aurelien Jarno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).