qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 04/15] protect with CONFIG_BRLAPI


From: quintela
Subject: [Qemu-devel] [PATCH 04/15] protect with CONFIG_BRLAPI
Date: Tue, 23 Jun 2009 16:14:02 +0200

From: Juan Quintela <address@hidden>


Signed-off-by: Juan Quintela <address@hidden>
---
 hw/baum.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/hw/baum.h b/hw/baum.h
index ac34b30..3bad998 100644
--- a/hw/baum.h
+++ b/hw/baum.h
@@ -22,8 +22,10 @@
  * THE SOFTWARE.
  */

+#ifdef CONFIG_BRLAPI
 /* usb device */
 USBDevice *usb_baum_init(void);

 /* char device */
 CharDriverState *chr_baum_init(void);
+#endif
-- 
1.6.2.2





reply via email to

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