projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b30d460
)
removed unused code
author
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 6 Jul 2004 20:57:47 +0000
(20:57 +0000)
committer
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 6 Jul 2004 20:57:47 +0000
(20:57 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@985
c046a42c
-6fe2-441c-8c8c-
71466251a162
hw/cuda.c
patch
|
blob
|
history
diff --git
a/hw/cuda.c
b/hw/cuda.c
index 8194016d6a3b13fdcc3ad3549d8fbc031283904f..1e4915f77e6bb161359ace121612521ec9417c54 100644
(file)
--- a/
hw/cuda.c
+++ b/
hw/cuda.c
@@
-461,17
+461,7
@@
static void cuda_send_packet_to_host(CUDAState *s,
cuda_update_irq(s);
}
-void adb_send_packet(ADBBusState *bus, const uint8_t *buf, int len)
-{
- CUDAState *s = &cuda_state;
- uint8_t data[16];
-
- memcpy(data + 1, buf, len);
- data[0] = ADB_PACKET;
- cuda_send_packet_to_host(s, data, len + 1);
-}
-
-void cuda_adb_poll(void *opaque)
+static void cuda_adb_poll(void *opaque)
{
CUDAState *s = opaque;
uint8_t obuf[ADB_MAX_OUT_LEN + 2];