qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [6809] Clean build: Add bt-host.h


From: Aurelien Jarno
Subject: [Qemu-devel] [6809] Clean build: Add bt-host.h
Date: Tue, 10 Mar 2009 21:43:35 +0000

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 <address@hidden>
Signed-off-by: Aurelien Jarno <address@hidden>

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"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]