summaryrefslogtreecommitdiffstats
path: root/hw/adb.h
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2013-01-23 23:04:05 +0000
committerAlexander Graf <agraf@suse.de>2013-01-25 22:02:55 +0100
commit293c867d8c7399d17e6b593053411a6515171f38 (patch)
tree77ac79d1c0525ac72aff7053bd204a7bdc793d04 /hw/adb.h
parent2e4a7c9c5df442d4223e738f7e8f73192b8b2a65 (diff)
downloadhqemu-293c867d8c7399d17e6b593053411a6515171f38.zip
hqemu-293c867d8c7399d17e6b593053411a6515171f38.tar.gz
cuda: Move ADB bus into CUDA state
Replace the global adb_bus with a CUDA-internal one, accessed using regular qdev child bus accessor. Signed-off-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'hw/adb.h')
-rw-r--r--hw/adb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/adb.h b/hw/adb.h
index 2fe981f..721f1ac 100644
--- a/hw/adb.h
+++ b/hw/adb.h
@@ -84,5 +84,4 @@ int adb_poll(ADBBusState *s, uint8_t *buf_out);
#define TYPE_ADB_KEYBOARD "adb-keyboard"
#define TYPE_ADB_MOUSE "adb-mouse"
-extern ADBBusState adb_bus;
#endif /* !defined(__ADB_H__) */
OpenPOWER on IntegriCloud